askReadme is a Streamlit application that analyzes README files from GitHub repositories using the Anthropic Claude sonnet 3.5 model.
- 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.
-
Clone the repository:
git clone https://github.com/OrenGrinker/askReadme.git cd askReadme
-
Install the dependencies:
pip install -r requirements.txt
Run the Streamlit application:
streamlit run app.py
This project is licensed under the MIT License.