Skip to content

Sahil07-codes/codealpha_basic_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages