IRIS species classification API and web-page with FLask, sklearn, numpy and HTML/CSS.
The web-app can be found at https://iris-classification-flask.herokuapp.com/
For this project we require:
- Flask
pip install flask
- Sklearn
pip install sklearn
- Numpy
pip install numpy
The web-page can be started using python app. py
.
The server will start running on http://127.0.0.1:5000/ (default). The web-page can be used by heading to the address.
- Add species web link and images after prediction.