Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 950 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 950 Bytes

Artify - Neural Style Transfer App

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.

Tech

Flask | PyTorch | OpenCV | MongoDB

About

Users can upload an image of their choice and select the desired style to be transferred to it.

1

2

Clicking "Generate" will create and display the style transferred image.

3

4