ML
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