Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navanchauhan/autoaid
Mission Cloud 2023 Hackathon
https://github.com/navanchauhan/autoaid
Last synced: 2 days ago
JSON representation
Mission Cloud 2023 Hackathon
- Host: GitHub
- URL: https://github.com/navanchauhan/autoaid
- Owner: navanchauhan
- Created: 2023-10-07T20:36:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-08T19:00:51.000Z (about 1 year ago)
- Last Synced: 2023-10-08T22:24:32.244Z (about 1 year ago)
- Language: Python
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoAid
To auto-build the CSS files:
```
npm install
npx tailwindcss -i ./src/main.css -o ./static/main.css --watch
```To run the Python code using Poetry
```
poetry install
poetry shell
python app.py
```## Requirements
1. AWS Credentials with access to `anthropic.claude-instant-v1`
2. The `SERP_API_KEY` environment variable set