Views
No views yet
openai/whisper-tiny (MIT)1# 1) Create env
2python -m venv venv && source .venv/bin/activate # Windows: ./venv/Scripts/activate
3
4# 2) Install deps
5pip install -r requirements.txt
6
7# 3) Run
8python main.py --helpTip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
ffmpeg-git-essentials.zip.C:\ffmpeg (or another folder, e.g., C:\Users\jhaishna\Documents\ffmpeg).Path, click 'Edit', and add C:\ffmpeg\bin (adjust if extracted elsewhere).ffmpeg -versionffmpeg version ....ffmpeg -version fails in VS Code, add FFmpeg to the PowerShell PATH:$env:PATH += ";C:\ffmpeg\bin"notepad $PROFILE$env:PATH += ";C:\ffmpeg\bin"Save and restart the terminal.