├── .github └── blue-button.png ├── .gitignore ├── Dockerfile ├── README.MD ├── audio-files └── .gitkeep └── models └── .gitkeep /.github/blue-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manzolo/openai-whisper-docker/HEAD/.github/blue-button.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manzolo/openai-whisper-docker/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manzolo/openai-whisper-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manzolo/openai-whisper-docker/HEAD/README.MD -------------------------------------------------------------------------------- /audio-files/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /models/.gitkeep: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------