Metadata-Version: 2.1
Name: buzz-captions
Version: 0.8.4
Summary: 
Home-page: https://github.com/chidiwilliams/buzz
License: MIT
Author: Chidi Williams
Author-email: williamschidi1@gmail.com
Requires-Python: >=3.9.13,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: PyQt6 (==6.4.0)
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: dataclasses-json (>=0.5.9,<0.6.0)
Requires-Dist: faster-whisper (>=0.4.1,<0.5.0)
Requires-Dist: humanize (>=4.4.0,<5.0.0)
Requires-Dist: keyring (>=23.13.1,<24.0.0)
Requires-Dist: openai (>=0.27.1,<0.28.0)
Requires-Dist: openai-whisper (==v20230124)
Requires-Dist: platformdirs (>=3.5.3,<4.0.0)
Requires-Dist: sounddevice (>=0.4.5,<0.5.0)
Requires-Dist: stable-ts (==1.0.2)
Requires-Dist: torch (==1.12.1)
Requires-Dist: transformers (>=4.24.0,<4.25.0)
Project-URL: Repository, https://github.com/chidiwilliams/buzz
Description-Content-Type: text/markdown

# 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/)

<blockquote>
<p>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.</p>
<a href="https://apps.apple.com/us/app/buzz-captions/id6446018936?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1679529600" alt="Download on the Mac App Store" /></a>
</blockquote>

![Buzz](./buzz/assets/buzz-banner.jpg)

## Installation

**macOS**:

```shell
brew install --cask buzz
```

**Windows**:

Download and run the `.exe` file in the [releases page](https://github.com/chidiwilliams/buzz/releases/latest).

**Linux**:

```shell
sudo apt-get install libportaudio2
sudo snap install buzz
```

