To run:
- Install NodeJS
- Install Python
- Install Whisper with the command
pip install git+https://github.com/openai/whisper.git
- Install ffmpeg (on windows install Chocolatey, and run
choco install ffmpeg
. On linuxsudo apt update && sudo apt install ffmpeg
) - Run
node server.js
in this directory