A Flask-based web AI chatbot using Gemini + ElevenLabs for text + voice responses.
- Natural language responses using Google's Gemini
- Voice output using ElevenLabs (Aria)
- Voice input via Web Speech API
- Chat UI with copy + emoji reactions
pip install -r requirements.txt
python main.py
### Make a .env file when using a locally to store the gemini and Elevenlabs api key values.