All things AI

Deploy your Streamlit app on Heroku!

Step by step instructions on how to deploy a streamlit app on Heroku. Also, if your app uses an api endpoint and requires an api key then you will learn how to provide the key to Heroku and hide it from others.

Deploy your Streamlit app on Google Cloud Run!

This video will show you step by step instructions on how to do so. Once your deploy it, manage and track your app using GCP (just go to the Cloud Run dashboard).

Stem questions app for 9-15 year olds.

Practice stem questions. Using a LLM, we generate random questions based on the selected age. Use the ‘>’ button on top left to select the appropriate age using the slider.

Summarize YouTube videos!

Build a streamlit app that lets you summarize any YouTube video. It uses Pytube to scrape the audio from the video then uses whisper-1 to convert audio to text. Then feed the text to GPT 3.5 Turbo to summarize.