Instructions to use keras-io/VGG19 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/VGG19 with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/VGG19") - Notebooks
- Google Colab
- Kaggle
Model description
This repo contains the model for the notebook Neural style transfer.
Full credits go to fchollet
Reproduced by Rushi Chaudhari
Style transfer consists in generating an image with the same "content" as a base image, but with the "style" of a different picture (typically artistic) by optimizing style loss, content loss, and total variation loss
Dataset
This is a pre-trained model of VGG19 trained on imagenet
- Downloads last month
- 28
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
