Skip to content

ausarhuy/gemini-pro-chatbot-with-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Pro 1.5 chatbot streamlit app

Setup

  1. Clone the repository to your local machine.
    git clone https://github.com/ausarhuy/gemini-pro-chatbot-with-streamlit.git
  1. Install the required dependencies:

    pip install -r requirements.txt
  2. You need an GOOGLE_API_KEY to use the gemini-pro models. Visit Google AI Studio, create and copy your api key.

  3. 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"

Usage

Run the streamlit UI with the command:

streamlit run app.py

You can also configure your streamlit app in config.toml file.

License

This project is open-sourced under the MIT License.

Contributing

Feel free to contribute to this project. Suggested improvements, bug reports, or pull requests are always welcome.

Support

For any questions, issues, or assistance with this project, please open an issue in the repository.

About

Implement Google gemini pro chatbot API with streamlit UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages