Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chidiwilliams/Buzz
Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://github.com/chidiwilliams/Buzz
whisper
Last synced: 6 days ago
JSON representation
Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
- Host: GitHub
- URL: https://github.com/chidiwilliams/Buzz
- Owner: chidiwilliams
- License: mit
- Created: 2022-09-24T13:43:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T17:58:02.000Z (about 1 month ago)
- Last Synced: 2024-10-10T19:20:21.220Z (29 days ago)
- Topics: whisper
- Language: Python
- Homepage: https://chidiwilliams.github.io/buzz
- Size: 36.1 MB
- Stars: 12,214
- Watchers: 85
- Forks: 919
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-whisper - Buzz - Audio transcription and translation macOS app. (Apps)
README
# Buzz
[Documentation](https://chidiwilliams.github.io/buzz/) | [Buzz Captions on the App Store](https://apps.apple.com/us/app/buzz-captions/id6446018936?mt=12&itsct=apps_box_badge&itscg=30200)
Transcribe and translate audio offline on your personal computer. Powered by
OpenAI's [Whisper](https://github.com/openai/whisper).![MIT License](https://img.shields.io/badge/license-MIT-green)
[![CI](https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml/badge.svg)](https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml)
[![codecov](https://codecov.io/github/chidiwilliams/buzz/branch/main/graph/badge.svg?token=YJSB8S2VEP)](https://codecov.io/github/chidiwilliams/buzz)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/chidiwilliams/buzz)
[![Github all releases](https://img.shields.io/github/downloads/chidiwilliams/buzz/total.svg)](https://GitHub.com/chidiwilliams/buzz/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.
![Buzz](./buzz/assets/buzz-banner.jpg)
## Installation
**PyPI**:
Install [ffmpeg](https://www.ffmpeg.org/download.html)
Install Buzz
```shell
pip install buzz-captions
python -m buzz
```**macOS**:
Install with [brew utility](https://brew.sh/)
```shell
brew install --cask buzz
```Or download the `.dmg` from the [releases page](https://github.com/chidiwilliams/buzz/releases/latest).
**Windows**:
Download and run the `.exe` from the [releases page](https://github.com/chidiwilliams/buzz/releases/latest).
App is not signed, you will get a warning when you install it. Select `More info` -> `Run anyway`.
**Linux**:
```shell
sudo apt-get install libportaudio2 libcanberra-gtk-module libcanberra-gtk3-module
sudo snap install buzz
sudo snap connect buzz:audio-record
sudo snap connect buzz:password-manager-service
sudo snap connect buzz:pulseaudio
sudo snap connect buzz:removable-media
```