This project is a simple chatbot application built with Streamlit and powered by Google's Gemini API to generate conversational responses. It demonstrates the integration of a generative AI model with a user-friendly interface, perfect for answering questions in real-time.
Features
User-Friendly Interface: Built using Streamlit, the app provides a simple, interactive experience.
Generative AI: Uses Google’s Gemini API for high-quality, conversational AI responses.
Secure API Integration: Leverages environment variables to protect API keys.
Tech Stack
Python: For backend logic and API integration.
Streamlit: For building an interactive web interface.
Google Gemini API: Provides the AI model for generating responses.
dotenv: Manages environment variables securely.