Skip to content

TechNobre/transcript-robot

Repository files navigation

Transcript robot

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.

Configurations

you can consult the documentation for configurations here.

Supported content

Input movie types

  • *.mp4
  • *.ts

Output transcript languages

How to run the project

Build the image:

docker build -t transcript-robot .

Run the container:

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-robot

Run docker-compose:

docker-compose up --build

Contributing

If you want to contribute to this project, please check how you can configure your development environment here.

About

This project is a tool that generates transcripts from movies.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •