Skip to content

Latest commit

Β 

History

History
30 lines (23 loc) Β· 1.02 KB

File metadata and controls

30 lines (23 loc) Β· 1.02 KB

AI Professional Assistant Chatbot πŸ€–

A voice-enabled AI assistant representing Avinash Vikram Singh, featuring voice/text input and context-aware responses using NVIDIA's Llama3-70B model.

Flask Python NVIDIA

Features ✨

  • πŸŽ™οΈ 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

Installation πŸ› οΈ

Prerequisites

  • NVIDIA API key (Get here)
  • Python 3.11+

Local Setup

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