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 -d
Open docker-compose.yml
, apply this change
services:
app:
- build:
- context: .
- dockerfile: Dockerfile
+ image: ghcr.io/imwildcat/faster-whisper-api:main
Then run docker-compose up -d
to start the service.
It would save you ~5 mins of building the image.
The MIT License (MIT)