This is an app to generate beautiful artistic images by using the technique of style transfer.
-
You'll need python 2.7 and pip 1.4 or later installed too.
-
Clone this repo with
git clone https://github.com/defineapoorv/Albumify.git -
Install dependencies in the project's lib directory.
cd Albumify pip install -r requirements.txt -t lib -
Copy the image of which you to perform the style tranfer in the root directly with the name
profile.jpgand the image which you want to be the style of your content image with the name
style.jpg -
Run this project locally from the command line:
python main.py