This is a collection of scripts/tools that I use for Tortoise. The names of the folders describe what the scripts inside of them should be doing.
- git: https://git-scm.com/
- python (recommend 3.10 or 3.11)
- Clone and navigate into the repo:
git clone https://github.com/JarodMica/tortoise-dataset-tools.git
cd tortoise-dataset-tools
- Create and activate venv to isolate packages from global python installation
python -m venv venv
.\venv\Scripts\activate
- Install pytorch or go to the link to find the latest:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
- Install whisperx with the command below:
pip install git+https://github.com/m-bain/whisperx.git
- Install requirements:
pip install -r requirements.txt