Video2Text: How to get text from any YouTube video #1600
XamHans
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Very cool your app, congratulations! I tried to run it but when pasting the video link and transcribing I get an HTTPError: HTTP Error 410: Gone error, but it seems to be related to pytube. I got here because I'm looking for a way to transcribe several YouTube videos, in search of keywords in order to seek correlations between the various contents, in practice I want to identify Youtubers (Digital Influencers) of Information Technology, mapping their ideological bias, for example, between "left, right and neutral". If anyone has any tips, they would be most welcome. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
This app converts any YouTube video to text
I played around with whisper some months ago and it resulted in this project.
Basically it uses pytube package to download the YouTube video and uses openai whisper to transcribe it.
For the frontend I have used streamlit which was a very good experience.
You can find the project here, hope you enjoy
https://github.com/XamHans/video-2-text
Usecases:
Summarize YouTube video
Get text and used it as subtitle
Based on the text make a blog post
Beta Was this translation helpful? Give feedback.
All reactions