Experiment - Model serving for NLP
Problem:You have trained a text classification model that can predict the sentiment of movie reviews. Now, you want to make this model available so others can send text and get predictions instantly.
Current Metrics:Model accuracy on test data: 88%. Model is saved but not yet served.
Issue:The model is not accessible for real-time predictions. Users cannot send text inputs and receive sentiment predictions through an API.