Experiment - API-based deployment
Problem:You have trained a text classification model that works well locally. Now you want to deploy it as an API so others can send text and get predictions.
Current Metrics:Model accuracy on test data: 90%. No deployment yet.
Issue:The model is not accessible remotely. Users cannot get predictions without running code locally.