
Use this skills checklist to determine if this Python-based course fits you. Gain basic programming, machine learning, and the ability to build end-to-end data science projects like a software engineer.
Explore the basics of Flask as a tool through hands-on exercises, guiding you to code along with Spyder IDE to familiarize yourself with the package.
Learn how to take user input in Flask using the request object and get request query parameters A and B, cast to integers, add them, and return the result.
Learn how to implement post requests in flask to keep inputs out of the url, using request.form and postman to test body parameters securely.
Learn to use Flasgger to auto generate a user interface for Flask APIs, exposing machine learning models as APIs with a clean interface for business users.
Learn to transfer files from the host file system into a Docker image using the copy command and expose ports, such as 5000, for Flask apps.
Set the working directory, run installation commands, and configure a persistent CMD in a Dockerfile to build a reproducible, isolated environment for deploying Python apps such as a Flask server.
Prepare the flask scripts for dockerizing by building a dockerfile. Containerize the app, use relative paths for loading the pickle, and test the swagger input predict function.
Build a docker image for a Flask demo using essential docker commands. Resolve common issues such as docker file naming, login errors, and creating a requirements.txt to install Flask.
Prepare an Excel output by writing to a BytesIO binary object using an XLSX writer, encode as utf-8, name the sheet clusters, and optionally zip multiple outputs for API delivery.
Configure a zip download for deploying ai and machine learning outputs by sending a memory file as an attachment named cluster_output.zip, setting content-disposition and cross-origin headers, and validating with Postman.
Extract top keywords for kmeans clusters by mapping cluster centers to feature names, ranking words by weights, and compiling per-cluster top ten keywords for insights and reporting.
Containerize an end-to-end unstructured text clustering app with a Flask API using Docker, aiming for a production-grade deployment and GitHub sharing.
train a convolutional neural network with Keras, normalize inputs, apply one hot encoding to outputs, save the trained model, and load it later to make predictions with a TensorFlow backend.
Load the deep learning model and build a Flask API to accept image uploads for predictions. Document the endpoint with Swagger, process 28x28 grayscale images, and return the predicted digit.
Expose a trained deep learning model as a Flask-powered API, enabling mobile and desktop apps to obtain predictions. Deploy the API with Docker to standardize the environment.
Machine Learning, as we know it is the new buzz word in the industry today. This is practiced in every sector of business imaginable to provide data-driven solutions to complex business problems. This poses the challenge of deploying the solution, built by the Machine Learning technique so that it can be used across the intended Business Unit and not operated in silos.
This is an extensive and well-thought course created & designed by UNP's elite team of Data Scientists from around the world to focus on the challenges that are being faced by Data Scientists and Computational Solution Architects across the industry which is summarized the below sentence :
"I HAVE THE MACHINE LEARNING MODEL, IT IS WORKING AS EXPECTED !! NOW, WHAT ?????"
This course will help you create a solid foundation of the essential topics of data science along with a solid foundation of deploying those created solutions through Docker containers which eventually will expose your model as a service (API) which can be used by all who wish for it.
At the end of this course, you will be able to:
Learn about Docker, Docker Files, Docker Containers
Learn Flask Basics & Application Program Interface (API)
Build a Random Forest Model and deploy it.
Build a Natural Language Processing based Test Clustering Model (K-Means) and visualize it.
Build an API for Image Processing and Recognition with a Deep Learning Model under the hood (Convolutional Neural Network: CNN)
This course is a perfect blend of foundations of data science, industry standards, broader understanding of machine learning and practical applications and most importantly deploying them.