New app - Search Youtube videos by text

Hi all,

I have been a lurker here and loving Streamlit and its ability to prototype ideas quickly and neatly. Please check out my new app, Express Tube: https://expresstube.streamlitapp.com/

The idea is for the user to enter a youtube link of a video they wish to search through. You can then download or watch the video in the first expander. In the second expander, you can use key words or phrases to search and chop the video’s audio. You can then view the video from where the key word/phrase is said and download the audio segment for other uses such as music sampling.
I also used the annotated text component created by Thiago Teixeira which is really cool. Check it out here: https://github.com/tvst/st-annotated-text

I think this would have saved me a few hours when teaching myself Python and during university. Please note it will only work for videos that have a subtitles track. I will update the app to also transcribe the audio in the future for videos which do not have a subtitles track.

Please let me know what you think and hope you find my app useful. Have fun!!!

Yon

5 Likes

Cool app! Thanks for sharing :slight_smile:

1 Like

Thanks for the nice review and for checking it out !

Welcome to the community @yonjovi :wave: :partying_face:

Love it, such a cool app in so few lines of code! I was surprised it works accurately for Spanish audio too :exploding_head:

2 Likes

Thanks mate! I love streamlit and so happy to be part of the community :heart:

1 Like

This is so cool :scream: :scream:

1 Like

You are my streamlit mentor, I’m honoured :hugs::hugs:

3 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.