A Windows installer script that prepares your system to run OpenAI Whisper.
This tool installs Whisper and its prerequisites and runs Whisper.
- Python 3.11 (falls back to 3.10 if needed)
- PyTorch + CUDA 12.1
- ffmpeg
- openai-whisper
Safe to re-run. Already-installed components are skipped.
- Windows 10 / 11
wingetavailable- NVIDIA GPU recommended (CUDA 12.1)
- CPU-only Whisper still works, just slower
Open PowerShell in the repo folder and run:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\install.ps1This project is licensed under the MIT License.
You are free to use, modify, distribute, and sublicense this software, including for commercial purposes, provided that the original copyright notice and license are included.