A simple, powerful chatbot built with Streamlit and the Google Gemini 3 SDK.
- Real-time AI chat using Gemini 2.5/3 Flash.
- Chat history tracking.
- Secure API key management via
.env.
-
Clone this repository:
git clone [https://github.com/your-username/your-repo-name.git](https://github.com/your-username/your-repo-name.git)
-
Create a virtual environment and activate it:
Bash python -m venv venv .\venv\Scripts\activate -
Install dependencies:
Bash pip install -r requirements.txt -
🔑 Setup
-
Get your API key from Google AI Studio.
-
Rename .env.example to .env.
-
Paste your key: GOOGLE_API_KEY=your_actual_key.
Usage Bash streamlit run main.py
-