Live Demo: Click here to try the app
A simple AI-powered Q&A Bot that answers your questions using Groq-hosted LLaMA / Gemma / Mixtral models.
Built with Python + Streamlit.
# Clone repo
git clone https://github.com/ReeteshShukla/ai-qa-bot.git
cd ai-qa-bot
# Create virtual environment
python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # Mac/Linux
# Install dependencies
pip install -r requirements.txt