https://github.com/pathikrit/ai-utils
https://github.com/pathikrit/ai-utils
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pathikrit/ai-utils
- Owner: pathikrit
- Created: 2024-03-06T16:59:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T03:31:43.000Z (about 1 year ago)
- Last Synced: 2025-06-18T04:28:43.420Z (about 1 year ago)
- Language: Python
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Utils
Random collection of AI utils API I use
## Installation
```shell
git clone git@github.com:pathikrit/ai-utils.git
cd ai-utils/
echo "OPENAI_API_KEY=???" >> .env
poetry env use 3.11
poetry install --no-root
```
## Running
```shell
poetry run fastapi dev server.py
```
Then, open