ncnn-android-whisper
Tags:
whisper 语音识别 ASR 大模型的 ncnn 粗糙的实现流程 https://zhuanlan.zhihu.com/p/1962562831795857091
Download ncnn whisper model here https://github.com/nihui/ncnn-android-whisper/releases/tag/models
guidelines for converting whisper models
convert whisper checkpoints to ncnn models
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip3 install transformers
pip3 install pnnx
python export_ncnn.py
