|
|
|
|
|
by volker48
3045 days ago
|
|
I'm not sure how fast their FastPhotoStyle approach is, but a TensorFlow implementation of the original neural style transfer can take upwards of 20 minutes to create the final stylized image. If someone had the pre-trained model and neural net code in JS to read it and you could do it all client side then it would be possible, but still very slow. |
|
A few months ago, there was TensorFire [0] that was able to do it in the browser. Quick google also gives other results [1]. There's also many apps that can do it in seconds. Speed definitely isn't an issue anymore, but getting it to work in browser can be tricky.
[0] https://tenso.rs/demos/fast-neural-style/
[1] https://reiinakano.github.io/fast-style-transfer-deeplearnjs...