1. python環境を作って入る
python -m venv venv_asr ./venv_asr/Script/Activate
2. 必要なライブラリを入れる
参考: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