# 語音轉文字 ASR ### Prerequisite - 語音檔存放需放在`data/` - `environment.env`放openai key ### To run the code `pip install -r requirements.txt` 執行所有在data目錄下的語音檔 `python whisper.py` 執行單個語音檔 `python whisper.py --file 語音檔名`