Skip to content

LordHarsh/Neural_Style_Transfer

Repository files navigation

Neural_Style_Transfer

This project has the ability to perform neural style transfer on videos by leveraging TensorFlow libraries.

To try this install StyleTransferTensorFlow using pip.

pip install StyleTransferTensorFlow

Try it now in this colab here

Open In Colab

To use it call the function make.

StyleTransferTensorFlow.make(vidpath, style_image_path,invert=False, extractframerate)

Here

Parameter Description Category
vidpath Path to the Content video file Important
style_image_path Path to the Style file Important
invert To try some different image colour Optional (default-False)
extractframerate rate at which to extract frames Optional (default-30)

About

This project has the ability to perform neural style transfer on videos by leveraging TensorFlow libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published