This is a demo of Algorithmia's VideoMetadataExtraction and InceptionNet algorithms. It examines each frame of several videos, autogenerates tags based on their visual content, and makes it possible to search through the videos to find the timepoints at which that tag occurs. For example, a user can search for "chair" and see all videos, and the specific points in time in those videos, where a chair is visible.
This demo can be viewed at https://demos.algorithmia.com/video-search/
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/video-search/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-search - open /build/video-search/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.