Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).