Skip to content

Conversational AI Agent using Gemini, with Streamlit UI and deployed on GCP Cloud Run

Notifications You must be signed in to change notification settings

gabrielpreda/gcp_ai_assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Gemini Chatbot demonstrate how to quickly build and deploy a chatbot powered with Gemini.

The user interface is developed using Streamlit.

The application is deployed with Cloud Run.

Deployment using Google Cloud SDK

To deploy the application, run the command:

.\deploy.sh

This will result in runing the deployment for the chatbot app.

gcloud run deploy simple-app --source . --region=$LOCATION --project=$PROJECT --allow-unauthenticated

Start app

The application will run when Cloud Run instance will start.

About

Conversational AI Agent using Gemini, with Streamlit UI and deployed on GCP Cloud Run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published