https://github.com/soags/whisper-docker
Run Open AI Whisper in Docker container
https://github.com/soags/whisper-docker
Last synced: 7 months ago
JSON representation
Run Open AI Whisper in Docker container
- Host: GitHub
- URL: https://github.com/soags/whisper-docker
- Owner: soags
- License: mit
- Created: 2024-07-15T16:32:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T16:43:33.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T00:23:58.743Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whisper Docker
Dockerコンテナ上でOpenAI Whisperを実行し、音声ファイルの文字起こしを行います。
## 実行環境
- Docker Desktop
## 使い方
1. プロジェクトの`/audio`ディレクトリに文字起こしを行いたい音声ファイルを配置します。
1. 以下のコマンドを実行して、Whisperを実行します。
```
docker compose up --build
```
1. 処理が完了すると、文字起こしされたテキストファイルが`/text`ディレクトリに出力されます。
## トラブルシューティング
### テキストファイルが作成されない
コンソールに以下のログが出力されている場合、メモリが不足しています。
```
exited with code 137
```