Skip to content

imWildCat/faster-whisper-api

Repository files navigation

Self-hosted Faster Whisper API, Compatible with OpenAI's Whisper API

Get Started (Docker Compose)

You'll need

  1. A PC with NVIDIA GPU
  2. 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

Use pre-built image

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.

License

The MIT License (MIT)

About

self hosted whisper api system based on container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages