Deploying a saved Pytorch Deep Learning model

Hey Guys,
I am working on image classification problem with my custom dataset of plant disease and I want to deploy it a web application but unable to find a proper website or video.
I am unable to know how to deploy a saved model onto the web.
Can anyone help me deploy my trained model to the web?
I have the model from model zoo and saved it after training.

You could check out this tutorial but I’m unsure how useful this would be for your use case. Also, torchserve might be interesting for your use case.

Hi @Lohith_Kumaar I have written a detailed tutorial for serving PyTorch models using Flask, please refer to the repository here. Let me know if you need any more help with the serving part. Would love to help.