Rachel - AI Audio Chat
Stack: Python (Backend), React (Frontend), ChatGPT API, Fast API, ElevenLabs API, Tailwind.
Commands for development
cd backend source venv/bin/activate source venv/bin/deactivate uvicorn main:app --reload (for dev) http://localhost:8000/ http://localhost:8000/docs (testing endpoints FastAPI) uvicorn main:app (for prod)
cd frontend yarn dev yarn start (for prod)
Backend tasks and purposes: