A voice-enabled AI assistant representing Avinash Vikram Singh, featuring voice/text input and context-aware responses using NVIDIA's Llama3-70B model.
- 🎙️ Voice input via Web Speech API
- ⌨️ Text input fallback
- 🔊 Text-to-speech with Indian accent preference
- 🛑 Interactive stop button
- 🔐 Secure API key management
- 📱 Responsive design
- NVIDIA API key (Get here)
- Python 3.11+
git clone https://github.com/avinash0052/avinash-chatbot.git
cd avinash-chatbot
pip install -r requirements.txt
export NVIDIA_API_KEY="your_api_key_here"
flask run --port=5000