mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-06 21:55:47 -04:00
12 lines
No EOL
263 B
Batchfile
12 lines
No EOL
263 B
Batchfile
@echo off
|
|
call .\venv\Scripts\activate.bat
|
|
|
|
:: Install whisperx
|
|
python -m pip install git+https://github.com/m-bain/whisperx.git
|
|
|
|
|
|
:: Fix incompatibilites caused from packages in whisperx
|
|
python -m pip install -r requirements.txt
|
|
|
|
echo Installation finished
|
|
pause |