https://github.com/orengrinker/askreadme
askReadme is a Streamlit application that analyzes README files from GitHub repositories using the Anthropic Claude sonnet 3.5 model.
https://github.com/orengrinker/askreadme
anthropic-ai anthropic-claude claude-3 claude-3-sonnet claude-35 claude-api readme sonnet
Last synced: 6 months ago
JSON representation
askReadme is a Streamlit application that analyzes README files from GitHub repositories using the Anthropic Claude sonnet 3.5 model.
- Host: GitHub
- URL: https://github.com/orengrinker/askreadme
- Owner: OrenGrinker
- Created: 2024-06-22T19:28:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:34:53.000Z (over 1 year ago)
- Last Synced: 2025-02-09T05:39:03.107Z (8 months ago)
- Topics: anthropic-ai, anthropic-claude, claude-3, claude-3-sonnet, claude-35, claude-api, readme, sonnet
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```sh
git clone https://github.com/OrenGrinker/askReadme.git
cd askReadme
```2. Install the dependencies:
```sh
pip install -r requirements.txt
```## Usage
Run the Streamlit application:
```sh
streamlit run app.py
```## License
```sh
This project is licensed under the MIT License.
```