瀏覽代碼

update README

SherryLiu 4 月之前
父節點
當前提交
63aacf68c9
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
+# 語音轉文字 ASR
+
+### Prerequisite
+- 語音檔存放需放在`data/`
+- `environment.env`放openai key
+
+### To run the code
+`pip install -r requirements.txt`
+`python whisper.py`