Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minsithu/fast-neural-style-transfer
Style Transfer Neural Network in tensorflow hub model
https://github.com/minsithu/fast-neural-style-transfer
computer-vision style-transfer tensorflow tensorflow-hub tensorflow-tutorials
Last synced: 11 days ago
JSON representation
Style Transfer Neural Network in tensorflow hub model
- Host: GitHub
- URL: https://github.com/minsithu/fast-neural-style-transfer
- Owner: MinSiThu
- License: mit
- Created: 2024-01-19T08:52:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T09:41:36.000Z (10 months ago)
- Last Synced: 2024-10-10T08:40:51.279Z (about 1 month ago)
- Topics: computer-vision, style-transfer, tensorflow, tensorflow-hub, tensorflow-tutorials
- Language: Jupyter Notebook
- Homepage:
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-neural-style-transfer
Style Transfer Neural Network in tensorflow hub model
This lab is showing how to perform style transfer in tensorflow using **arbitrary-image-stylization-v1-256/2** model.
Notebook can be check here [Neural Style Transfer in Python Library](./Neural_Style_Transfer_in_python_library.ipynb)
##### Technologies used
- tensorflow
- tensorflow_hub
- matplotlib
- numpy[Google Colab Link for Fast Neural Style Transfer](https://colab.research.google.com/drive/14Bz3FBi_lH2Zvi1Ci2BChuHI76jfMIFu?usp=sharing)