Hacker News new | ask | show | jobs
by sam1994 3488 days ago
I'm working on a Chrome Extension for YouTube that allows you to seek at any point in a video by a phrase search that matches against the dialogue. It will also allow you to search through the video by image captions. The image captions will be computed for discerning frames of the video using a CNN-RNN model called neuraltalk2. The front end will be very minimal and so this will allow me to get my hands dirty with React + Redux.