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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T17:58:02.000Z (3 months ago)
- Last Synced: 2024-10-10T19:20:21.220Z (3 months 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 - chidiwilliams/buzz - Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper. (Python)
- gitcat - 离线语音识别-openai whisper
- Awesome-AITools - GitHub
- awesome-openai-whisper - buzz - Buzz transcribes audio from your computer's microphones to text using OpenAI's Whisper
- my-awesome - chidiwilliams/buzz - 01 star:13.0k fork:1.0k Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper. (Python)
- StarryDivineSky - chidiwilliams/buzz
- awesome-ChatGPT-repositories - buzz - Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper. (NLP)
- AiTreasureBox - chidiwilliams/buzz - 01-07_13026_7](https://img.shields.io/github/stars/chidiwilliams/buzz.svg) |Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.| (Repos)
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
```### Latest development version
For info on how to get latest development version with latest features and bug fixes see [FAQ](https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version).