EliasVincent 1c0bda33fb added installation instructions 2 лет назад
..
README.md 1c0bda33fb added installation instructions 2 лет назад
requirements.txt 4c72e43bcf first implementation 2 лет назад
script.py a24fa781f1 tweaked Whisper parameters 2 лет назад

README.md

Installation instructions

  • On all platforms, run pip install -r requirements.txt in this folder
  • You need PortAudio to run the speech recognition. Below are guides for all platforms

Windows

  • You don't need to do anything, pyaudio already comes with PortAudio included on Windows.

Mac

brew install portaudio
brew link --overwrite portaudio
pip install pyaudio

Linux

  • You have to use your distro's package manager to install PortAudio.

Ubuntu / Debian / Mint

sudo apt install portaudio19-dev python3-pyaudio

Arch / Manjaro

sudo pacman -S portaudio

Fedora

sudo dnf -y install portaudio