- Languages:
- Backend: Python
- Frontend: React
- API's:
- OPENAI - Whisper
- ElevenLabs
Directions
- Clone
- cd frontend/
- npm i
- cd ..
- cd backend/
- Get your own OPEN_AI_ORG, OPEN_AI_KEY and ELEVEN_LABS_API_KEY keys. Store them in .env
- Run both sides of application, on seperate terminals.