Skip to content

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.

License

Notifications You must be signed in to change notification settings

westinyilan/buzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[简体中文] <- 点击查看中文页面。

Buzz

Documentation | Buzz Captions on the App Store

Transcribe and translate audio offline on your personal computer. Powered by OpenAI's Whisper.

MIT License CI codecov GitHub release (latest by date) Github all releases

Buzz is better on the App Store. Get a Mac-native version of Buzz with a cleaner look, audio playback, drag-and-drop import, transcript editing, search, and much more.

Download on the Mac App Store

Buzz

Installation

PyPI

Install ffmpeg

Install Buzz

pip install buzz-captions
python -m buzz

macOS

Install with brew utility

brew install --cask buzz

Or download the .dmg from the releases page.

Windows

Download and run the .exe from the releases page.

App is not signed, you will get a warning when you install it. Select More info -> Run anyway.

Alternatively, install with winget

winget install ChidiWilliams.Buzz

GPU support for PyPI

To have GPU support for Nvidia GPUS on Windows, for PyPI installed version ensure, CUDA support for torch

pip3 uninstall torch torchaudio  
pip3 install torch==2.2.2+cu121 torchaudio==2.2.2+cu121 --index-url https://download.pytorch.org/whl/cu121

Linux

Buzz is available as a Flatpak or a Snap.

To install flatpak, run:

flatpak install flathub io.github.chidiwilliams.Buzz

To install snap, run:

sudo apt-get install libportaudio2 libcanberra-gtk-module libcanberra-gtk3-module
sudo snap install buzz
sudo snap connect buzz:password-manager-service

Latest development version

For info on how to get latest development version with latest features and bug fixes see FAQ.

Screenshots

File import Main screen Preferences Transcript Live recording

About

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Makefile 1.7%
  • Other 0.5%