Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 308 Bytes

File metadata and controls

4 lines (3 loc) · 308 Bytes

Machine Learning API using Flask and Python for Iris Classification

It can take a JSON object by POST request and return the result in JSON.
It also performs various validation checks for received JSON object so that the correct parameter goes into the machine learning model for iris classification.