Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 461 Bytes

Subtitles-generator

!! this project is not under maintanance, so something might not be supported 🤷‍♀️ !!

online generator transcript for video from link using Google Speech API and youtube_dl

To install requirements run

pip install -r requirements.txt

To download video from link run

python3 download_video.py -url https:/your-link

To recognize and generate transcript run

python3 recognize.py -video your_video.mp4