Skip to content

joeychsu/yt-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

yt-whisper

環境安裝 & 執行

  • 安裝 ubuntu 環境下需要的套件 :
sudo apt-get install ffmpeg
  • 先安裝 conda :
conda create --name yt-whisper python=3.8
conda activate yt-whisper
  • 把需要的 python packages 裝一裝:
pip install -r requirements.txt
  • 執行服務:
python app.py
  • 成功執行後會產生時效為 72 小時的公開連結:
Running on public URL: https://xxxxxxxxxxxxxxxx.gradio.app

取得 audio / video / caption

  • 執行完之後在同目錄下會看到 audio.mp4 / video.mp4 / video.srt 三個檔案

參考資料

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages