https://github.com/makaveli10/neuralstyletransfer
Applies the style of a given image to the content of input image
https://github.com/makaveli10/neuralstyletransfer
deeplearning image-processing neural-style-painting neural-style-transfer neural-style-transfer-tensorflow neuralstyle vgg16
Last synced: about 2 months ago
JSON representation
Applies the style of a given image to the content of input image
- Host: GitHub
- URL: https://github.com/makaveli10/neuralstyletransfer
- Owner: makaveli10
- Created: 2019-02-24T11:55:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T12:09:16.000Z (about 6 years ago)
- Last Synced: 2025-02-12T10:21:22.886Z (3 months ago)
- Topics: deeplearning, image-processing, neural-style-painting, neural-style-transfer, neural-style-transfer-tensorflow, neuralstyle, vgg16
- Language: Python
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeuralStyleTransfer
Applies the style of a given image to the content of input image
This is a tensor-flow keras implementation of neural style transfer# Requirements
keras (and associated dependencies)
numpy, scipy
pyyaml
HDF5 and h5py
pillow
Python 2 and 3