Experiment - REST API inference
Problem:You have a trained PyTorch image classification model. You want to serve it so users can send images via a REST API and get predictions back.
Current Metrics:Model accuracy on test set: 88%. No API implemented yet.
Issue:No REST API exists to serve the model for real-time inference.