Skip to content

A tool for transcribing audio recorded in WorkAdventure.

License

Notifications You must be signed in to change notification settings

Arata1202/WhisperDesktop

Repository files navigation

GitHub Actions Workflow Status GitHub License

Getting Started

Install on macOS

# Install dependencies
brew install whisper-cpp
brew install ffmpeg

# Download the DMG file from the Releases page

# Open the DMG file and drag whisperdesktop.app into the Applications folder

# Remove the macOS quarantine attribute
xattr -d com.apple.quarantine "/Applications/whisperdesktop.app"

# Launch WhisperDesktop from the Applications folder

Install on Windows

# Install ffmpeg
winget install --id=Gyan.FFmpeg -e

# Download whisper.cpp (whisper-bin-x64) from GitHub releases

# Extract the ZIP
Expand-Archive -Path "C:\\Users\\<User>\\Downloads\\whisper-bin-x64.zip" -DestinationPath "C:\\Users\\<User>\\Downloads"

# Create WhisperDesktop Directory
mkdir "C:\\Users\\<User>\\Documents\\WhisperDesktop\\"

# Place whisper.cpp (whisper-bin-x64)
mv "C:\\Users\\<User>\\Downloads\\whisper-bin-x64" "C:\\Users\\<User>\\Documents\\WhisperDesktop\\"

# Download models from Hugging Face

# Place the model
mv "C:\\Users\\<User>\\Downloads\\ggml-<MODEL>-v3.bin" "C:\\Users\\<User>\\Documents\\WhisperDesktop\\"

# Download the MSI installer from the Releases page

# Open the MSI installer and follow the setup wizard

# Launch WhisperDesktop from the Start Menu

About

A tool for transcribing audio recorded in WorkAdventure.

Topics

Resources

License

Stars

Watchers

Forks