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

https://github.com/pathikrit/ai-utils


https://github.com/pathikrit/ai-utils

Last synced: 8 months ago
JSON representation

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