Create Gemini Chatbot

Dec 16, 20234,871 views9:55

In this video we'll build a fully functional Gemini Chatbot using Streamlit. We'll walk through how to set up the environment, install the necessary dependencies, and get the bot running from start to finish.

Open in YouTube

Description

Last week Google shipped the first version of its Gemini large language model and made APIs available to developers. In this post we'll build a fully functional Gemini Chatbot using Streamlit! This video is a walk through of the content in my blog post: https://robkerr.ai/how-to-create-a-google-gemini-chatbot/ 0:00 Introduction 1:05 Anaconda 1:21 Install Dependencies 2:43 Initialize Gemini SDK 3:05 Create History Object 4:36 Create user prompt in UI 6:17 Run the Bot