Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 589 Bytes

Predix Machine Learning Microservice Sample

This repository is the sample machine learning microservice made in Flask & Python. This microservice predicts the class of flower from famous iris datasert by giving input parameters sepal_length,sepal_width,petal_length,petal_width.

steps to deploy on cloud: cf login (add your credentials) cf push

#wait till your app gets deployed.

my endpoint : https://microservice-sample.run.aws-usw02-pr.ice.predix.io/predict_api

json object:>>>> {"sl":5.6,"sw":3.2,"pl":5.4,"pw":2}

Do fork my repo and do like my repo by giving stars.

Thank you.