Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Machine Learning Models With Fastapi, Streamlit And Docker

    Posted By: ELK1nG
    Machine Learning Models With Fastapi, Streamlit And Docker

    Machine Learning Models With Fastapi, Streamlit And Docker
    Published 3/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 764.33 MB | Duration: 1h 4m

    Learn how to serve a machine learning model with FastAPI, Streamlit and Docker

    What you'll learn

    Develop an asynchronous API with Python and FastAPI

    Serve up a machine learning model with FastAPI

    Develop a UI with Streamlit

    Containerize FastAPI and Streamlit with Docker

    Leverage asyncio to execute code in the background outside the request/response flow

    Requirements

    Intermediate Python Skills

    Intermediate Docker Skills

    Description

    The course "Serving a Machine Learning Model with FastAPI, Streamlit and Docker" is designed to provide learners with a comprehensive understanding of deploying a machine learning model using FastAPI, Streamlit, and Docker. This course is suitable for developers, data scientists, or anyone interested in deploying machine learning models in production.The course will begin with an introduction to the basics of deploying machine learning model. Learners will then be introduced to FastAPI, an efficient and easy-to-use web framework for building APIs in Python, and learn how to create a RESTful API for their machine learning model.Next, learners will be introduced to Streamlit, a powerful web application framework for creating interactive data visualizations and deploying machine learning models. The course will teach learners how to use Streamlit to create a user-friendly interface to interact with the machine learning model and visualize the model's predictions.Finally, learners will be introduced to Docker, a popular platform for building, shipping, and running applications in containers. The course will teach learners how to containerize their machine learning model using Docker, making it easy to deploy and scale.By the end of this course, learners will have gained hands-on experience in deploying machine learning models using FastAPI, Streamlit, and Docker. They will have the skills and knowledge to build and deploy their own machine learning models in production environments, and be able to demonstrate their ability to deploy machine learning models on a resume or portfolio.In this course, we're going to build a style transfer application based on the Perceptual Losses for Real-Time Style Transfer and Super-Resolution paper and Justin Johnson's pre-trained models. We'll use FastAPI as the backend to serve our predictions, Streamlit for the user interface, and OpenCV to do the actual prediction. Docker will be used as well.By the end of this course, you will be able to:Develop an asynchronous API with Python and FastAPIServe up a machine learning model with FastAPIDevelop a UI with StreamlitContainerize FastAPI and Streamlit with DockerLeverage asyncio to execute code in the background outside the request/response flow

    Overview

    Section 1: Introduction

    Lecture 1 Introduction and App Overview

    Lecture 2 FastAPI and Streamlit for Machine Learning Overview

    Lecture 3 Docker Installation Guide

    Lecture 4 Final Code

    Section 2: FastAPI and Docker Backend

    Lecture 5 Project Setup

    Lecture 6 FastAPI Backend and Image Transformation Functionality

    Lecture 7 Docker Container Setup

    Section 3: Streamlit and Docker Frontend

    Lecture 8 Developing the Streamlit User Interface

    Lecture 9 Docker Compose Setup

    Section 4: Asynchronous Model Serving

    Lecture 10 Asynchronous Model Serving with FastAPI

    Lecture 11 Updating the UI to respond to the async server

    Section 5: Conclusion

    Lecture 12 Conclusion and Final Remarks

    Lecture 13 Final Code

    Python Developers curious about Machine Learning,Developers who want to learn about working with Streamlit,Developers who want to learn how to prototype a subscription-based machine learning model.