https://github.com/danishi/streamlit-gemini-chatbot
Chatbot using Streamlit and Gemini
https://github.com/danishi/streamlit-gemini-chatbot
gemini python streamlit
Last synced: 12 months ago
JSON representation
Chatbot using Streamlit and Gemini
- Host: GitHub
- URL: https://github.com/danishi/streamlit-gemini-chatbot
- Owner: danishi
- License: mit
- Created: 2024-07-07T11:40:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:26:10.000Z (almost 2 years ago)
- Last Synced: 2025-06-18T04:11:36.642Z (about 1 year ago)
- Topics: gemini, python, streamlit
- Language: Python
- Homepage: https://gemini-flash-chatbot.streamlit.app
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit Gemini Chatbot
Chatbot using Streamlit and Gemini.
## Run it locally
```bash
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
streamlit run chatbot.py
```