Kaggle reposted this
𝐁𝐮𝐢𝐥𝐝 𝐚𝐧𝐝 𝐝𝐞𝐩𝐥𝐨𝐲 𝐨𝐧 𝐆𝐂𝐏 𝐰𝐢𝐭𝐡 𝐀𝐩𝐩 𝐄𝐧𝐠𝐢𝐧𝐞 𝐲𝐨𝐮𝐫 𝐜𝐡𝐚𝐭𝐛𝐨𝐭 𝐩𝐨𝐰𝐞𝐫𝐞𝐝 𝐛𝐲 𝐆𝐞𝐦𝐢𝐧𝐢 A couple of weeks ago I published an article about how you can create your own chatbot powered by a Gemma 2 model running locally on your computer. Now, in a new Medium article, I am showing how you can develop and deploy on GCP (using App Engine) a Streamlit chatbot powered by Gemini. In the article I explain how to get your Gemini API key, how to create and cache the connection function in and how to create the simple conversational experience in Streamlit. Then I show how to add and configure your Dockerfile and app.yaml file and perform the deployment using Google Cloud SDK. Full article link: https://lnkd.in/dUHCqujf GitHub project link: https://lnkd.in/dZyYpUsW #Gemini #Chatbot #GCP #GoogleCloudSDK #AppEngine #Streamlit #GDE