Neural Style Transfer refers to a class of software algorithms that manipulate digital images, or videos, to adopt the appearance or visual style of another image. NST algorithms are characterized by their use of deep neural networks in order to perform the image transformation.
https://zpascal.net/cvpr2016/Gatys_Image_Style_Transfer_CVPR_2016_paper.pdf
Installing dependencies
pip install requirements.txt
Open the repository folder and run
flask run
or
python app.py
This project is licensed under the MIT License - see the LICENSE.md file for details
- Coursera for inspiration