EvilPort2 / PhotoStylist

Styling your photos with neural style transfer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo Stylist

Stylizing yours photos using neural style transfer.

Huge thanks to The Lazy Programmer without whose Udemy course this project would have not been possible.

Outcome

Watch it here.

Requirements

  1. Python 3.x
  2. Tensorflow 1.5
  3. Keras
  4. OpenCV 3.4
  5. A good grasp over the above 5 topics along with neural networks. Refer to the internet if you have problems with those. I myself am just a begineer in those.
  6. A good CPU (preferably with a GPU).
  7. Patience.... A lot of it.

How to use

Using this repo is very easy. First put your content and style images in the content and syle folder respectively. Then all you have to do is run the photo_stylist.py file.

python photo_stylist.py

You will be asked to select the content image from the content folder and the style image from the style folder. After selecting them you are good to go. You can give the optional parameters if you wish or just press enter to give the default values.

Limitations

I don't know if this exactly qualifies as a limitation but I am stil going to put it here. Since neural style tranfer is a resource intensive task, having a good CPU with a good GPU is highly recommended. In my Asus A541UJ which has a NVidia 920M graphics card, 4 GB RAM and Intel Core i3 2GHz processor any content image bigger than 500x500 px crashed the program due to non memory allocation. I don't know about any other specifications though.

About

Styling your photos with neural style transfer.


Languages

Language:Python 100.0%