If you need to create a new sign langugage dataset from webscraping check this link.
This repository contains the official code for the paper Text-to-LIS: Towards Italian Sign Language generation for digital humans
conda create -n text2lis python=3.10
conda activate text2lispython -m venv .venv
source .venv/bin/activate # Su sistemi Unix o MacOS
.venv\Scripts\activate # Su sistemi Windowspip install -r requirements.txtpython __main__.py inference python __main__.py train