Skip to content

joshuatic/WhisperAutoInstallTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper Auto Install Tool

A Windows installer script that prepares your system to run OpenAI Whisper.

This tool installs Whisper and its prerequisites and runs Whisper.


What this installs

  • 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.


Requirements

  • Windows 10 / 11
  • winget available
  • NVIDIA GPU recommended (CUDA 12.1)
    • CPU-only Whisper still works, just slower

How to run

Open PowerShell in the repo folder and run:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\install.ps1

Licensing

This 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.

About

A PowerShell installer that sets up OpenAI Whisper and its prerequisites on Windows.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors