Skip to content
forked from wizardbc/gemini

A streamlit chatbot powered by Google Gemini-Pro

Notifications You must be signed in to change notification settings

sillver-0/gemini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Playground

Put your Google API Key in .streamlit/secrets.toml.

GOOGLE_API_KEY = "YOUR_API_KEY"

Run streamlit app.

# for local
pip install -r requirements.txt

# for codespace
ln -s /home/codespace/.local/lib/python3.10/site-packages/bin/streamlit /home/codespace/.local/bin/

streamlit run chatbot.py

Dependency: google-generativeai, streamlit, pandas.

About

A streamlit chatbot powered by Google Gemini-Pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%