Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.11 KB

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)