Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dulajkavinda/iris-classifier-flask-ml
- Owner: dulajkavinda
- Created: 2020-04-18T22:10:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T16:41:05.000Z (almost 5 years ago)
- Last Synced: 2024-12-14T03:04:02.669Z (about 2 months ago)
- Topics: added, flask, heroku, knn-classification, machinelearning, python, scikit, sklearn
- Language: Python
- Homepage: https://iris-predict-duka.herokuapp.com
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |