From the course: Advanced Python Projects: Build AI Applications
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Streamlit app basics and file handling - Python Tutorial
From the course: Advanced Python Projects: Build AI Applications
Streamlit app basics and file handling
- [Instructor] All right, next, we're going to be importing Streamlit. Streamlit is an open source Python library that makes it easy to create and share custom web apps for machine learning and data science. It's designed to help you turn data scripts into shareable web apps in just minutes. And here's a quick example of what Streamlit is. Imagine you are a chef. You have a great recipe for a cake, but you want to share it with your friends. You could write it down in a cookbook, but that would take a lot of time and effort. Instead, you could use a recipe app where you write down your recipe and then you can share it with your friends. By sending them the link, they can see the recipe and even try making the cake themselves. Streamlit is just like that. It's like that recipe app. It's a tool that helps you turn your data analysis or machine learning code into a web app. You write your code in Python and Streamlit…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Introduction to API communication with Python3m 51s
-
(Locked)
File uploads and advanced API interactions1m 41s
-
(Locked)
Streamlit app basics and file handling2m 29s
-
(Locked)
Uploading files to API endpoints with Streamlit1m 21s
-
(Locked)
Building a chat interface with Streamlit2m 4s
-
(Locked)
How to run the front end of the chatbot3m 12s
-
(Locked)
Challenge: Create a front-end UI for file upload1m 42s
-
(Locked)
Solution: Create a front-end UI for file upload7m 42s
-
(Locked)
-