Skip to content

ausboss/whisper-gradio-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Whisper locally with Gradio webui

Convert your voice to text easily

preview

Clone Repo

git clone https://github.com/ausboss/whisper-gradio-local.git
cd whisper-gradio-local

Make your environment

python -m venv venv

Activate environment

Linux:

source venv/bin/activate

Windows:

venv\Scripts\activate

Install requirements

pip install -r requirements.txt

Run

python main.py