Original version (OpenAI): https://onenewbite.gumroad.com/l/whisper?layout=profile&recommended_by=library
You'll need
- A PC with NVIDIA GPU
- Connected to the public internet to expose this service to the public
git clone https://github.com/imWildCat/faster-whisper-api.git
cd faster-whisper-api
cp .env.example .env
# Edit .env file to set your API key and Cloudflare Tunnel token (optional)
docker-compose up -dOpen docker-compose.yml, apply this change
services:
app:
- build:
- context: .
- dockerfile: Dockerfile
+ image: ghcr.io/imwildcat/faster-whisper-api:mainThen run docker-compose up -d to start the service.
It would save you ~5 mins of building the image.
The MIT License (MIT)
原始版本(OpenAI): https://onenewbite.gumroad.com/l/whisper?layout=profile&recommended_by=library
你需要:
- 一臺帶有 NVIDIA GPU 的電腦
- 連接到公共互聯網以將此服務暴露給公眾
git clone https://github.com/imWildCat/faster-whisper-api.git
cd faster-whisper-api
cp .env.example .env
# 編輯 .env 文件以設置您的 API 密鑰和 Cloudflare 隧道令牌(可選)
docker-compose up -d打開 docker-compose.yml,應用以下更改
services:
app:
- build:
- context: .
- dockerfile: Dockerfile
+ image: ghcr.io/imwildcat/faster-whisper-api:main然後運行 docker-compose up -d 啟動服務。
這將節省您約 5 分鐘的鏡像構建時間。
MIT 許可證 (MIT)