An open API service indexing awesome lists of open source software.

https://github.com/nestyme/Subtitles-generator

generates transcript for video from link
https://github.com/nestyme/Subtitles-generator

asr google-speech-recognition speech speech-recognition subtitles-generator transcript youtube youtube-dl

Last synced: 7 months ago
JSON representation

generates transcript for video from link

Awesome Lists containing this project

README

          

# 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```