A lightweight chatbot built with Streamlit and powered by Google's Gemini Pro API. It allows real-time conversations using cutting-edge AI models from Google.
- Streamlit-based chat UI
- Google Gemini API integration
- Session-based conversation history
- Easy to set up and deploy
git clone https://github.com/your-username/gemini-chatbot.git
cd gemini-chatbotpython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install streamlit google-generativeai python-dotenvstreamlit run app.py