This application allows users to chat with Google Gemini, a conversational AI model, using Streamlit. The chatbot is based on Google's GenerativeAI library and provides natural language understanding capabilities.
Set up Environment Variables:
Create a .env file in the root directory. Add your Google API key to the .env file:
GOOGLE_API_KEY=your_api_key_here
Open your web browser and navigate to http://localhost:8501. Start conversing with the chatbot.
Streamlit: Streamlit is used for building and deploying interactive web applications with Python. It provides an easy-to-use interface for creating data apps. Google GenerativeAI Library: Google's GenerativeAI library is utilized for implementing the chatbot, providing natural language understanding capabilities.