MediaTool

use case: Audio to Text

  • recommand use whisper to run scripts in default
tmux new -s whisper
docker attach xxxx
tmux attach-session -t whisper

Dockerfile

Loading content…

Docker Compose

docker-compose.yml

Loading content…