/askReadme

askReadme is a Streamlit application that analyzes README files from GitHub repositories using the Anthropic Claude sonnet 3.5 model.

Primary LanguagePython

askReadme

askReadme is a Streamlit application that analyzes README files from GitHub repositories using the Anthropic Claude sonnet 3.5 model.

Features

  • Fetch and display README content from a GitHub repository.
  • Analyze the README content and provide a detailed explanation.
  • Continue the conversation with the analysis results.

Installation

  1. Clone the repository:

    git clone https://github.com/OrenGrinker/askReadme.git
    cd askReadme
  2. Install the dependencies:

    pip install -r requirements.txt

Usage

Run the Streamlit application:

streamlit run app.py

License

This project is licensed under the MIT License.