Skip to content

Nimitkothari/machine_learning_microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages