Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
4f2057e5a9
1 changed files with 12 additions and 1 deletions
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -2,4 +2,15 @@
 
 Robust Speech Recognition via Large-Scale Weak Supervision
 
-多国语言语音识别以及翻译,可以识别嘈杂环境下各种声音,音乐的歌声,包括视频字幕生成。
+多国语言语音识别以及翻译,可以识别嘈杂环境下各种声音,音乐的歌声,包括视频字幕生成。
+
+```
+sudo apt update && sudo apt install ffmpeg
+
+pip install setuptools-rust
+pip install -U openai-whisper
+
+# mp3音频
+whisper audio.flac audio.mp3 audio.wav --model medium
+
+```