Follow instructions to run the demo:
-
Download & Install Python (x86) and add it to your system path.
-
Download & Install Git for Windows and add it to your system path.
-
Download & Extract FFMPeg for Windows and add it to your system path.
-
Install dependencies by running
python -m pip install -r requirements.txt
-
From this folder, run
python -m qai_hub_models.models.whisper_base_en.export --target-runtime onnx
-
Run demo
python demo.py --audio_path /path/to/test/data.mp3