How should I deploy my Neural Style Transfer Model on the web?

Hello

I just implemented A Neural Algorithm of Artistic Style and now I wish to deploy it to the web in the form of a web application in which users can upload their input image and choose among some presets of style images. After pre-processing, the model should output the generated image.

I have experience with web development and deep learning individually but not together. What tech stack should I choose to accomplish this and also can someone please tell me the flow I’ll have to follow?

How do I deploy my model on the web and allow user interactions? Any help would be really appreciated.