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

https://github.com/ansub/phidata-ai-sdk-fastapi


https://github.com/ansub/phidata-ai-sdk-fastapi

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Phidata AISDK FastAPI

To run the example locally you need to:

1. `virtualenv venv` to create a python virtual environment.
2. `source venv/bin/activate` to activate the python virtual environment.
3. `pip install -r requirements.txt` to install the required python dependencies.
4. `npm install` to install the required dependencies.
5. `npm run dev` to launch the development server.