Turning Visual Recognition into Video Recognition
Today we presented at the Watson Developer Conference and shared the node.js code that you can use in your web app to automatically recognize video using Watson’s Visual Recognition service.Â
We pass the video in the parameters to ffmpeg (video.mp4 in this example) and then we slice it into frames which then get sent to Watson’s Visual Recognition one by one. Once we’re done we just tally up the results!
NOTE: Make sure you have ffmpeg installed in your system
We’d like to thank the organizers of Watson Developer Conference for putting on such an amazing event and all the attendees for coming out and watching the presentation.Â
Here is a screenshot of it in action:
Here is the Video that’s being processed:
If you would like to know more feel free to contact us by commenting, email at [email protected] or tweet me @RobertFromBCÂ












