This is a quick toy to play videos that have been analyzed with the Video Intelligence API with data overlaid on top of the video, drawn using a canvas.
Currently it only shows skeletons for people's bodyparts.
- Clone the repo
- Install NPM dependencies with
npm install
- Place the video you analyzed in the root of the project as
video.mp4
- Place the JSON you got back from video intelligence as
data.json
- Run
npm start
and openlocalhost:8080
to see your video