Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 766 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 766 Bytes

Run Whisper on Snapdragon X Elite

Follow instructions to run the demo:

  1. Download & Install Python (x86) and add it to your system path.

  2. Download & Install Git for Windows and add it to your system path.

  3. Download & Extract FFMPeg for Windows and add it to your system path.

  4. Install dependencies by running python -m pip install -r requirements.txt

  5. From this folder, run python -m qai_hub_models.models.whisper_base_en.export --target-runtime onnx

  6. Run demo python demo.py --audio_path /path/to/test/data.mp3