YouTube Keywords Mention Tracker with Whisper (deployed on Streamlit) #814
dimitryzub
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've built a fun demo project that uses
whisper
to transcribe incoming videos frompytube
(even if no captions are available) and use transcribe data to find target keywords and return YouTube timestamp URL(s) where the keyword appears.The main idea is taken from Mention which tracks mentions across different websites (twitter, StackOverflow, etc) but for videos only.
Scenario: user wants to track someone said certain keywords like "Serp Api" in a given search query(ies). Or a query "switching from iphone to..." and target keywords like "poor" (for poor quality), or "No..." (no support for certain feature that android has) and similar keywords that may identify reasons of switching.
streamlit
demo |dimitryzub-youtube-mention-tracker
repoThis is how transcribed results look like with a target keyword "serp api" to look in videos:
youtube-videos-tracker.mp4
Improvements:
Beta Was this translation helpful? Give feedback.
All reactions