This README provides a comprehensive guide to installing and deploying the suite of Syspin models. It includes step-by-step instructions for setting up the environment, downloading the necessary files, and running each model, ensuring a smooth and consistent deployment process.
Make sure you have installed the TTS package:
Create a virtual environment:
python3 -m venv ".venv"
source .venv/bin/activateInstall the required packages:
pip install --no-cache-dir -r requirements.txtFor details on how to download the models, please refer the following documentation
For details on deployment, please refer the following documentation