
Explore displaying text information with Streamlit using built-in functions such as title, header, text, markdown, caption, and latex, and preview data types like metric, data frame, table, and json.
Demonstrate how checkboxes paired with cascading actions enable meaningful interactivity by showing a bar chart when selected and contrasting a dummy checkbox that does nothing.
Develop a Streamlit app that accepts user image uploads, provides a filter selection (pencil sketch initially), and lays out a sidebar with input controls using OpenCV and the Streamlit library.
Create a ChatGPT account by signing up with Google or Microsoft, entering basic profile details, selecting your country, verifying your phone with a code, and gaining access to ChatGPT.
Explore chatgpt example search queries, model capabilities, and how it declines inappropriate requests, with prompts on protecting bank accounts and homes and comparing stackoverflow solutions for a streamlined ui integration.
Set up a virtual environment for ChatGPT integration with a simulator using Anaconda or a native virtual env, install OpenAI and Streamlit, and verify imports to ensure everything works.
Explore integrating ChatGPT with Streamlit to fetch and display Python code solving LeetCode problems, view and export generated solutions, and dynamically adjust prompts and token limits.
Learn to build multi-page Streamlit apps with set_page_config, organizing GDP per capita visuals into three pages: basic_data, basic_plot, and animated_plot, and managing a pages directory for data and plots.
Streamlit is an open-source app framework for Machine Learning and Data Science teams.
Streamlit lets you turn data scripts into shareable web apps in minutes. It’s all Python, open-source, and free! And once you’ve created an app you can use our cloud platform to deploy, manage, and share your app!
In this course we will cover everything you need to know concerning streamlit such as
Installing Anaconda and create a virtual env
Installing Streamlit , pytube, firebase
Setting up GitHub account if you already don't have one
Display Information with Streamlit
Widgets with Streamlit
Working with data frames ( Loading , Displaying )
Creating a image filter ( we use popular Instagram filters)
Creating a YouTube video downloader (using pytube api)
pytube is a lightweight, dependency-free Python library which is used for downloading videos from the web
Creating Interactive plots
User selected input value for chart
Animated Plot
Introduction to Multipage Apps
Structuring multipage apps
Run a multipage app
Adding pages
Adding Authentication to your Streamlit app using Streamlit-Authenticator
Authentication via Pickle File
Authentication via Database
Build a Word Cloud App
Build a OCR - Image to text conversion with tesseract
Build a World Cloud App
ChatGPT + Streamlit
Build a auto review response generator with chatGPT and Open AI
Build a Leetcode problem solver with chatGPT and Open AI
Content in progress to be uploaded soon
Creating a personal portfolio page with streamlit
Deploy Application with Streamlit Cloud
Concept of Sessions
NTLK with streamlit
Working with SQLite
Connecting to database
Reading data from database
Writing Data into database
Additional Apps
Static Code quality analyzer
No SQL Job Board with Firebase API
Converting random forest model into streamlit application