Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexliap/style_transfer
Style transfer implementation with original VGG-19 CV model.
https://github.com/alexliap/style_transfer
Last synced: 2 days ago
JSON representation
Style transfer implementation with original VGG-19 CV model.
- Host: GitHub
- URL: https://github.com/alexliap/style_transfer
- Owner: alexliap
- Created: 2023-01-06T12:44:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T14:00:09.000Z (about 1 year ago)
- Last Synced: 2024-11-21T05:15:42.152Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 8.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Style Transer Streamlit App
An app that deployes a CNN model, VGG-19, to perform style transfer.
- The pictures that are going to be used are resized to the same size (400x400).
- The app can run on GPU and CPU (in CPU it might take considerably more time).