ML

kotoba-whisper-v2.0

intall

cuda環境を作る
cuda: https://developer.nvidia.com/cuda-downloads
cudnn: https://developer.nvidia.com/cudnn-downloads

python環境を作って入れる

python -m venv venv_asr
./venv_asr/Script/Activate

必要なライブラリを入れる
参考:https://qiita.com/ryosuke_ohori/items/9634c1fd8a9cc9ff7c36

pip install --upgrade transformers accelerate
pip install git+https://github.com/openai/whisper.git
pip install soundfile numpy

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2025-05-06 (火) 00:42:09 (440d)