An open API service indexing awesome lists of open source software.

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.

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.
```