https://github.com/jersongb22/neuralstyletransfer-tensorflow-pytorch
https://github.com/jersongb22/neuralstyletransfer-tensorflow-pytorch
neural-style-transfer plotly python pytorch tensorflow vgg-19
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jersongb22/neuralstyletransfer-tensorflow-pytorch
- Owner: JersonGB22
- Created: 2024-04-06T23:36:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T20:30:36.000Z (about 2 years ago)
- Last Synced: 2025-10-26T23:10:52.047Z (8 months ago)
- Topics: neural-style-transfer, plotly, python, pytorch, tensorflow, vgg-19
- Language: Jupyter Notebook
- Homepage:
- Size: 47.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#
**Neural Style Transfer**
This repository implements models for [neural style transfer](https://arxiv.org/abs/1508.06576), an optimization technique used to blend two images: a content image and a style reference image (e.g., artwork). The goal is to generate an output image that preserves the content of the former while adopting the visual style of the latter. This implementation optimizes the output image to match the content and style statistics of the input images, extracted through a convolutional neural network, using pre-trained models such as [VGG19 in Tensorflow](https://www.tensorflow.org/api_docs/python/tf/keras/applications/VGG19) and [VGG19 in PyTorch](https://pytorch.org/vision/main/models/generated/torchvision.models.vgg19.html). Additionally, it includes an implementation of Fast Neural Style Transfer in TensorFlow using a pre-trained model from [TensorFlow Hub](https://tfhub.dev/) for arbitrary image stylization.
## **Results**
- **The Persistence of Memory (Salvador Dalí) <-- The Starry Night (Vincent van Gogh)**
- **Mona Lisa (Leonardo da Vinci) <-- Cubism (Juan Gris)**
- *Results across epochs*
- *Results with the TensorFlow Hub model*
*You can find more examples in the model notebooks.*
## **Technological Stack**
[](https://docs.python.org/3/)
[](https://www.tensorflow.org/api_docs)
[](https://pytorch.org/docs/stable/index.html)
[](https://plotly.com/)
## **Contact**
[](mailto:jerson.gimenesbeltran@gmail.com)
[](https://www.linkedin.com/in/jerson-gimenes-beltran/)
[](https://github.com/JersonGB22/)