Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dulajkavinda/iris-classifier-flask-ml

🥀 A Flask App to make Iris species predictions using SKLearn's KNN
https://github.com/dulajkavinda/iris-classifier-flask-ml

added flask heroku knn-classification machinelearning python scikit sklearn

Last synced: about 2 months ago
JSON representation

🥀 A Flask App to make Iris species predictions using SKLearn's KNN

Awesome Lists containing this project

README

        

# Iris Prediction using flask k and Decision Tree Classifier

## Heroku :
- URL link [https://iris-predict-duka.herokuapp.com](https://iris-predict-duka.herokuapp.com")

### Endpoints
- POST('/predict') :link [https://iris-predict-duka.herokuapp.com/predict](https://iris-predict-duka.herokuapp.com/predict")

### JSON Object

| name | type |
| --------- | -----:|
| sepal_width | float |
| sepal lenght | float |
| petal_length | float |
| petal_width | float |