Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wkambale/chat-with-gemini
This simple web app uses streamlit and the Gemini API to interact with Google's Gemini.
https://github.com/wkambale/chat-with-gemini
Last synced: about 1 month ago
JSON representation
This simple web app uses streamlit and the Gemini API to interact with Google's Gemini.
- Host: GitHub
- URL: https://github.com/wkambale/chat-with-gemini
- Owner: wkambale
- License: mit
- Created: 2024-05-11T20:14:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T20:31:08.000Z (8 months ago)
- Last Synced: 2024-05-11T21:29:18.494Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build a ChatBot Using the Gemini API
This simple web app uses streamlit and the Gemini API to interact with Google's Gemini.
You can ask it questions about anything.
# To Use
- Clone the repository
- Add a '.env' file with your Gemini API Key obtained from Google AI Studio
- Create an environment and install the dependencies in the `requirements.txt` file.
- Run `streamlit run chatgemini.py`# Contributions
Contributions are welcome to improve the simple codebase and add more use cases for Gemini.