Convert your voice to text easily
git clone https://github.com/gee666/whisper-gradio-local.git
cd whisper-gradio-local
python -m venv venv
Linux:
source venv/bin/activate
Windows:
venv\Scripts\activate
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
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