hands-on tutorials of model deployment
A Naive Bayes model is built for spam SMS message classification. API for the model was created using Flask. Details can be found at medium.
A RandomForestClassifier model was built and deployed on IBM Waston Machine Learning Service (WML).
- Install the Docker.
- Make sure Flask is installed.
~$ pip install -U flask