A Flask-based web app for neural style transfer to blend images with 8 artistic styles, leveraging PyTorch and OpenCV to load a VGG-19 CNN model for image processing. Utilized a MongoDB database as backend for efficient image storage and retrieval.
Flask | PyTorch | OpenCV | MongoDB
Users can upload an image of their choice and select the desired style to be transferred to it.
Clicking "Generate" will create and display the style transferred image.