Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.