Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danishi/streamlit-gemini-chatbot
Chatbot using Streamlit and Gemini
https://github.com/danishi/streamlit-gemini-chatbot
gemini python streamlit
Last synced: about 1 month 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:26:10.000Z (6 months ago)
- Last Synced: 2024-07-07T14:43:53.788Z (6 months 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
```