An AI-powered chatbot built using LLaMA 3 with Groq API, hosted on Hugging Face Spaces using Gradio.
It can help answer questions, provide suggestions, and assist with business-related tasks — all in real-time.
🔗 Click here to try the chatbot)
- Python 🐍
- Gradio (for user interface)
- LLaMA 3 Model via Groq API
- Hugging Face Spaces (for hosting)
- 💬 Real-time chatbot responses
- 🌐 Works directly in your browser (no installation needed)
- 📊 Can help with business ideas, suggestions, and more
- ⚡ Fast and simple interface
If you like this project or want to offer me an internship/job, feel free to connect:
LinkedIn: [(https://www.linkedin.com/in/anser-samad-120632332/)]
Email: ansersamad@gmail.com
If you want to run this chatbot on your computer:
# Clone this repository
git clone https://github.com/Anser23/AI-assistant.git
# Go inside the folder
cd AI-assistant
# Install dependencies
pip install -r requirements.txt
# Run the app
python app.py