- Clone the repository to your local machine.
git clone https://github.com/ausarhuy/gemini-pro-chatbot-with-streamlit.git
-
Install the required dependencies:
pip install -r requirements.txt
-
You need an GOOGLE_API_KEY to use the gemini-pro models. Visit Google AI Studio, create and copy your api key.
-
Set up your GOOGLE_API_KEY environment variable by creating a
.env
file in the project root with the following content:GOOGLE_API_KEY="Your key"
Run the streamlit UI with the command:
streamlit run app.py
You can also configure your streamlit app in config.toml file.
This project is open-sourced under the MIT License.
Feel free to contribute to this project. Suggested improvements, bug reports, or pull requests are always welcome.
For any questions, issues, or assistance with this project, please open an issue in the repository.