coreml-whisper / README.md
lithium0003's picture
Update README.md
138fc96 verified
metadata
license: apache-2.0

how to build data

  1. prepare python
pip3 install torch torchvision torchaudio coremltools
  1. clone whisper code
git clone https://github.com/openai/whisper.git
  1. run convertion
./whisper_convert.py
./compile_model.sh
  1. result outputs in index and output directory