/tortoise_dataset_tools

Misc. tools/scripts that I made to use for tortoise

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Tortoise Tools

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.

Prerequisites for these tools

Installation

  1. Clone and navigate into the repo:
git clone https://github.com/JarodMica/tortoise-dataset-tools.git
cd tortoise-dataset-tools
  1. Create and activate venv to isolate packages from global python installation
python -m venv venv
.\venv\Scripts\activate
  1. Install pytorch or go to the link to find the latest:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  1. Install whisperx with the command below:
pip install git+https://github.com/m-bain/whisperx.git
  1. Install requirements:
pip install -r requirements.txt