This is a demo of Algorithmia's VideoTransform and associated microservices. It uses an image processing algorithm such as DeepFilter, SalNet, or ColorfulImageColorization to alter each frame of a video, then recombines it back into a freshly transformed video file.
This demo can be viewed at https://demos.algorithmia.com/video-toolbox/
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/video-toolbox/public/js/main.js to place your own API Key (free signup) in the line containing "Algorithmia.client()"
- if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:video-toolbox - open /build/video-toolbox/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.