An interactive, communicative AI assistant built with the Gemini 2.5 API and Gradio.
- 🧠 Stateful Memory: Uses Gemini's native chat sessions to maintain context across multi-turn dialogues.
- 🎭 Custom Persona: System-prompted to act as a friendly technical mentor, providing structured and encouraging responses.
- 🌐 Web Interface: Modern UI built with Gradio featuring real-time message history.
- Language: Python 3.10+
- LLM API: Google Gemini 2.5 Flash
- Interface: Gradio
- Environment: Google Colab / Browser
- Open the project in Google Colab.
- Add your
GOOGLE_API_KEYto the Colab Secrets (key icon). - Run
pip install -r requirements.txt. - Launch the script to generate your public Gradio link.


