Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 488 Bytes

File metadata and controls

6 lines (4 loc) · 488 Bytes

machineLearningAPI

Machine learning API will help upload machine learning models created in Python and serv them as an API for later use on any application

Clarification

This is not original code. Original code has been used in this article:https://www.datacamp.com/community/tutorials/machine-learning-models-api-python created by its original author Sayak Paul This repository is meant to be used as an example to illustrate the use of pickling and serve models in an API style.