How to get text from any YT video | Free transcribe program šŸ–¹

hayerhans

hayerhans

Posted on August 11, 2023

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

šŸ’– šŸ’Ŗ šŸ™… šŸš©
hayerhans
hayerhans

Posted on August 11, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related