Serverless Machine Learning API using Cloud Functions - Python Pickle files deployment on Cloud

Find the full course link at In this course you will learn how to deploy Machine Learning models as REST API using Python Flask Framework. You will understand how to save a model in serialized binary format using Python Pickle libraries and how to deserialize and use the model in another environment. You will also learn how to create a REST API to make the model available to other applications using Python Flask Framework. You should have basic understanding of Machine Learning clas
Back to Top