DEV Community

Cover image for How to get text from any YT video | Free transcribe program ๐Ÿ–น
hayerhans
hayerhans

Posted on

2

How to get text from any YT video | Free transcribe program ๐Ÿ–น

Check out the video tutorial:
https://www.youtube.com/watch?v=b9oyBebJCK0

Looking to transcribe text from YouTube videos effortlessly? In this step-by-step tutorial, I will guide you through the process of setting up Video2Text on your local computer for a seamless text extraction experience.

๐Ÿ”— Get started with Video2Text:

๐Ÿ“‚ Clone the Video2Text repository: git clone https://github.com/XamHans/video-2-text.git

๐Ÿ“ Navigate to the 'webserver' directory

๐Ÿ”ง Install required dependencies: pip3 install -r requirements.txt

โžก๏ธ If you encounter a 'streamlit' recognition error, execute this command in your terminal: export PATH="$HOME/.local/bin:$PATH"

๐Ÿš€ Launch the Video2Text app: streamlit run app.py

๐ŸŒ Access the Video2Text interface: Open your browser and go to http://localhost:8501

Image description

๐Ÿ†“ Video2Text is free to use and open-source:
GitHub Repository: https://github.com/XamHans/video-2-text.git

๐Ÿ”— Helpful Links:
PyTube Documentation: https://pytube.io/en/latest/
OpenAI Whisper Documentation: https://github.com/openai/whisper

Thanks for reading

Johannes

Image of Timescale

๐Ÿš€ pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applicationsโ€”without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more

Top comments (0)