buzz/README.md
2022-09-25 17:46:39 +01:00

621 B

Buzz

Buzz transcribes audio from your computer's microphones to text using OpenAI's Whisper.

Setup

Whisper requires ffmpeg to be installed on your computer:

# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg

# on MacOS using Homebrew (https://brew.sh/)
brew install ffmpeg

# on Windows using Chocolatey (https://chocolatey.org/)
choco install ffmpeg

# on Windows using Scoop (https://scoop.sh/)
scoop install ffmpeg

Build

To build Buzz, run:

pip install -r requirements.txt
make buzz