Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Data Science web app using Streamlit
Rating: 4.4 out of 5(46 ratings)
778 students

Build a Data Science web app using Streamlit

Learn how to convert your data science code into a web app
Created byLeo Bravo
Last updated 2/2021
English

What you'll learn

  • Learn how to convert a data science local app into a web app
  • Learn how to build a web app using Streamlit
  • Learn how to build a data analysis using Python, Numpy, Pandas, Sklearn and Matplotlib
  • Learn how to adapt a plain data analysis Python code to a Streamlit code
  • Learn how to train a linear regression

Course content

3 sections13 lectures1h 50m total length
  • What is Streamlit?5:54

    If you want to get the course's slides file in PDF (for free) to support your learning process, you can subscribe here and I will send you the material:

    https://forms.gle/yKJbt7s3LppaHCww8

  • Basic example of web app12:31

    The zip file contains all the code we will develop in this course:

    - Jupyter notebook to build the data analysis code

    - Streamlit code (first app and final app)

    And also contains the excel file to analyze in this course.

    I highly recommend you to try code by yourself before see the developed course!


    If you want to get the course's slides file in PDF (for free) to support your learning process, you can subscribe here and I will send you the material:

    https://forms.gle/yKJbt7s3LppaHCww8

Requirements

  • You need to know the basic about Python
  • You don’t need previous knowledge in data science or machine learning

Description

In this course, you are going to learn how you can build a web app focused on Data Science or Machine Learning projects. To do this, you will use the framework Streamlit, a tool that allows you to easily build a web app.


This is a practical course, in which we will build first a data analysis code to analyze a dataset, then train a model, and finally use the model to do some predictions. Then, we will adapt this code to convert it into a web app using Streamlit. Adapting this code will allow you to learn how you can easily create a web app based on python code.


The web app will display text, data frames, and plots. You can even add interactivity to your app, allowing your user to upload its own file and input number. These are only basic examples, but with this knowledge, you can add whatever you want to your app!


You will also learn about a supervised learning algorithm, this is Linear Regression, which we will use to make predictions on our dataset.


You do not need to know Data Science or Web Development, because in this course you will learn the necessary to understand the project.


So, get started building web apps focused on data science or machine learning projects with this very practical course.

Who this course is for:

  • Anyone who wants to convert its data science app into a web app
  • Anyone who wants to learn how to build a webapp using Streamlit