A spanish speaking conversational agent
- Install dependencies:
- Python
- Requirements
- Uvicorn
- Ngrok
-
Create a
config.py
file based on config.git.py structure. -
Start the API:
python -m uvicorn main:app --reload
-
Expose port 8000 with ngronk:
./ngrok http 8000