Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 463 Bytes

Neural Style Transfer

This is an experiment to examine image processing's ability to disect images to showcase the interplay of an image's content and its style.

Dependencies

  • matplotlib
  • numpy
  • pillow
  • tensorflow
  • requests
  • OpenCV

$pip3 install tensorflow; pip3 install pillow; pip3 install matplotlib; pip3 install requests; pip3 install opencv-python;