Explorar el Código

update README

SherryLiu hace 4 meses
padre
commit
63aacf68c9
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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`