This project is a tool that generates transcripts from movies. The idea is create a tool that can generate transcripts from movies from multiple sources as files, youtube, etc.
you can consult the documentation for configurations here.
*.mp4*.ts
docker build -t transcript-robot .docker run -v
./data/in-data/:/data/in-data/:ro \
./data/out-data/:/data/out-data/:rw \
./data/tmp-data/:/data/tmp-data/:rw \
transcript-robotdocker-compose up --buildIf you want to contribute to this project, please check how you can configure your development environment here.