Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ansub/phidata-ai-sdk-fastapi
- Owner: Ansub
- Created: 2024-11-07T09:16:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T09:30:50.000Z (2 months ago)
- Last Synced: 2024-11-07T10:29:29.702Z (2 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.