File size: 495 Bytes
9c0e180 f83a079 d9032bc 9c0e180 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
license: mit
title: gemini
sdk: streamlit
emoji: ⚡
colorTo: blue
---
## Gemini ChatBot
Chatbot powered by Google Gemini-Pro, Gemini-Pro-Vision, and UI.
https://geminix.streamlit.app/
## Running Locally
```python
pip install -r requirements.txt
streamlit run 1_Gemini_Pro.py
```
Get your API KEY from https://makersuite.google.com
# Credits:
The repository was forked from: https://github.com/hiliuxg/geminichat
# SDK
sdk: streamlit
sdk_version: 1.32.0 # The latest supported version |