You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.