Skip to content

Allows users to chat with Google Gemini, a conversational AI model, using Streamlit.

Notifications You must be signed in to change notification settings

sagprr/LLM_Chatbot-_using_Google_Gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM_Chatbot-_using_Google_Gemini

This application allows users to chat with Google Gemini, a conversational AI model, using Streamlit. The chatbot is based on Google's GenerativeAI library and provides natural language understanding capabilities.

Set up Environment Variables:

Create a .env file in the root directory. Add your Google API key to the .env file:

GOOGLE_API_KEY=your_api_key_here

Open your web browser and navigate to http://localhost:8501. Start conversing with the chatbot.

Technologies Used

Streamlit: Streamlit is used for building and deploying interactive web applications with Python. It provides an easy-to-use interface for creating data apps. Google GenerativeAI Library: Google's GenerativeAI library is utilized for implementing the chatbot, providing natural language understanding capabilities.

About

Allows users to chat with Google Gemini, a conversational AI model, using Streamlit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages