Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 683 Bytes

File metadata and controls

30 lines (20 loc) · 683 Bytes

Jimmy Chatbot (Google Gemini + Streamlit)

A simple chatbot web app built with Streamlit and Google Gemini API (Google Generative AI).

Features

  • Chat interface powered by Google Gemini language model
  • Displays conversation history
  • Streamlit-based UI, easy to run and customize

Requirements

  • Python 3.8+
  • Streamlit
  • google-generativeai Python SDK

Setup & Run

  1. Clone the repo:
git clone https://github.com/yourusername/jimmy-chatbot.git
cd jimmy-chatbot

Install dependencies: pip install -r requirements.txt

Set your Google Gemini API key in jimmy_chatbot.py
GOOGLE_API_KEY = "your_actual_api_key_here"

Run the app: 
streamlit run Jimmy_chatbot.py