소스 검색

Merge branch 'main' of http://git.choozmo.com:3000/sherry/ASR

SherryLiu 4 달 전
부모
커밋
4171ad03da
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      READNE.md

+ 9 - 0
READNE.md

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