Whishper

Whishper

Docker app from grtgbln's Repository

Overview

Transcribe any audio to text, translate and edit subtitles completely locally with a web UI.

Install Whishper on Unraid in a few clicks.

Find Whishper in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Whishper Review the template variables and paths Click Install

Requirements


        Requires separate MongoDB and LibreTranslate instances.
    

Download Statistics

168,244
Total Downloads
8,598
This Month
7,140
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
pluja/whishper:latest
Last Updated2024-09-17
First Seen2025-10-20

Runtime arguments

Web UI
http://[IP]:[PORT:8082]/
Network
bridge
Privileged
false

Template configuration

Web UI PortPorttcp

Container Port: 8082

Target
8082
Default
8082
Value
8082
ProfileVariable

Set to 'gpu' to use GPU. Need to select GPU-compatible image variant.

Target
PUBLIC_WHISHPER_PROFILE
Default
cpu|gpu
LibreTranslate URLVariable

The URL of the LibreTranslate instance to use for translations.

Target
PUBLIC_TRANSLATION_API_HOST
Default
http://libretranslate:8080
Value
http://libretranslate:8080
Whisper ServerVariable

The hostname where Whishper is being served, without the protocol.

Target
PUBLIC_API_HOST
Default
localhost:8082
Value
localhost:8082
Whisper ModelsVariable

Comma-separated list of Whisper models to download on first run.

Target
WHISPER_MODELS
Default
tiny,small
Value
tiny,small
Uploads PathPath

Path to the uploads folder

Target
/app/uploads
Default
/mnt/user/appdata/whishper/uploads
Value
/mnt/user/appdata/whishper/uploads
Logs PathPath

Path to the logs folder

Target
/var/log/whishper
Default
/mnt/user/appdata/whishper/logs
Value
/mnt/user/appdata/whishper/logs
Internal Models DirectoryVariable

Internal path to the Whisper models directory. Not recommended to change.

Target
WHISPER_MODELS_DIR
Default
/app/models
Value
/app/models
Internal Uploads DirectoryVariable

Internal path to the uploads directory. Not recommended to change.

Target
WHISPER_UPLOADS_DIR
Default
/app/uploads
Value
/app/uploads
CPU Thread CountVariable

The number of CPU threads to use when transcribing.

Target
CPU_THREADS
Default
4
Value
4