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