Skip to content

gee666/whisper-gradio-local

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Whisper locally with Gradio webui

Convert your voice to text easily

preview

Clone Repo

git clone https://github.com/gee666/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

If you have CUDA-compatible GPU, install CUDA-compatible torch

pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121

Install requirements

pip install -r requirements.txt

Run

When you run a new model for the first time, it will take time to load

python main.py

You can use available arguments

python main.py --listen 127.0.0.1 --port 4715 --share

About

gradio and whisper locally. No openai API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%