A Streamlit application that allows users to easily download transcripts from any YouTube video. Simply enter the video URL, and the transcript will be generated and available for download in a .txt format.
- User-friendly interface built with Streamlit
- Fast and efficient transcript generation from YouTube videos
- Downloadable transcript in .txt format
- Streamlit
- YouTube-Transcript-API
- Pandas
- PyTube
- Clone the repository
- Install required packages with
pip install -r requirements.txt
- Run the app with
streamlit run app.py
- Enter a YouTube video URL and download the transcript in either .txt or .srt format with timestamps
Contributions are welcome! Feel free to fork the repository and submit a pull request with any improvements or bug fixes.