mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Add installation docs (#506)
This commit is contained in:
parent
798d623a38
commit
fa08e5344e
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# 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)
|
||||
[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).
|
||||
|
|
@ -17,3 +17,22 @@ OpenAI's [Whisper](https://github.com/openai/whisper).
|
|||
</blockquote>
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue