Skip to content

ShanikaCPerera/GoogleGeminiExploreRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

GoogleGeminiExploreRepo

Gemini Explorer

The code creates a chat program using steamlit. The chat is powered by the Google Gemini Pro. The user can interact with the model powered by Google Gemini.

Problem Statement
Through this project, I aimed to create a chat program power by Google Gemini generative model. As a beginner in AI Engineering, I made this project a learning experience in exploring and utilizing Google Gemini.
Methodology
1. Set up the Google Cloud a. Created a Google Cloud account b. Created the Gemini_explorer project c. Set up billing information and enabled for the project
  1. Installed the Google Cloud SDK and set up the CLI a. Set up default credentials for the authentication

  2. Set up the Google Gemini model a. Imported the necessary libraries such as verertexai and streamlit b. specified the configurations for the model c. Initialized the generative AI model using Gemini pro

  3. Code the chat program using Python and Streamlit

Testing
The chat program was tested by checking the accuracy and the validity of the prompt responses to the different queries asked.
Conclusion
Creating a simple chat program using Google Gemini is a good way to learn about Gemini and Steamlit.

Instructions to run the file

  1. In the terminal change the directory to where the file exists eg: C:\Users\user\RadicalAIWorkspace
  2. run the command: python -m streamlit run gemini_explorer.py

About

Chat Program powered by Google Gemini Large Language Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages