Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```