How to put a model into production?

I started learning Pytorch after completing the fastai course. Fastai library is based on Pytorch. In fastai, there is a simple way to export the model as (.pkl) can be seen here and a nice tutorial to create with it a simple web interface.

I would like to use the same web interface but with my pytorch trained model, which now I have saved as a .pt file.

Any good resources for a complete beginner to get started? I am looking for an easy to follow example or tutorial. Thanks a lot for guiding me in this journey! :smiling_face_with_three_hearts: