Experiment - Flask API for model serving
Problem:You have trained a simple machine learning model to predict if a flower is Iris Setosa based on petal length and width. Now you want to create a Flask API to serve this model so that users can send data and get predictions.
Current Metrics:Model accuracy on test data: 95%. No API yet.
Issue:No way to serve the model for real-time predictions. Need a simple, reliable API.