A conversational assistant powered by Google Gemini API and built with Streamlit.
🌐 Try the live version here: https://my-chatbot-assistant.streamlit.app/
- Google Gemini Integration for smart and accurate conversational responses
- Real-time chatting interface using Streamlit
- Clean and responsive UI
- Handles both simple and complex queries
| Technology | Description |
|---|---|
| Gemini API | Google's LLM for text generation |
| Python | Backend logic |
| Streamlit | Frontend and UI |
-
Clone the repo
git clone https://github.com/nishithat-28/Gemini-AI-Chatbot.git cd Gemini-AI-Chatbot -
Install dependencies
pip install -r requirements.txt
-
Run the app
python -m streamlit run app.py
-
Launch Open your browser and go to:
http://localhost:8501