Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

jihed-ben-salah/Tunisian-sign-language-transcription

Domaine:

natural language processing

Type de record:

software
Créateur:
jih
Hôte:
# Modeling ## Installation ### Virtual environement ``` conda create --name tsl-classification-envir python=3.9 conda activate tsl-classification-envir ``` ### Dependencies ``` pip -r requirements.txt python svo_export.py cd scripts/ ``` The scripts directory contains all needed scripts to prepare dataset, run pose detection on the cam and detect actions and to run the model ## Preparing the data First, start by adding the words you want to classify to ACTIONS in scripts/settings.py like the example below ```python ACTIONS = np.array(['word_1', 'word_2', 'word_3']) ``` You can set the number of sequences for each action and the length of each sequence (frames) ```python NO_SEQUENCES = 10 SEQUENCE_LENGTH = 30 ``` run the following script to generate the dataset directories in data/joints (always run the scripts from withtin the scripts directory ``` python data_preparation.py --init ``` if you want to clear actions in a folder use ``` python data_preparation.py --clear-actions ``` if you want to clear data ``` python data_preparation.py --clear-data ``` ## Collecting Data Now that you have your directory ready, you can start collecting your datset using your cam by running the following script (the instructions will be inclded in the cam feed) ``` python cam.py --collect-data ``` you can also play a recorded sequence of a specific action by running the following command ``` python cam.py --play {ACTION} {SEQUENCE_NUMBER} ``` ### Sampling from the jumla dataset ``` python jumla.py --sample-dataset ``` ## Running the model you can run the model on the collected dataset by executing this script (the model will be stored in the models directory) ``` python model.py --train --dataset ``` to Monitor the training performance of your model run this command within the scripts/Logs/train directory and then grab the generated url and put it in a browser ``` tensorboard --logdir=. ``` ### Real Time testing You can test the model once trained on real time feed o …

Visit

github.com

Tasks

computer visionsign-language to text

Similaires

Alki45/Amharic-sign-Language-TranscriptionTunisian Sign Language DatasetGenetic relatedness of Tunisian Sign Language and French Sign Languagesouhir1/tunisian-sign-language-interpreterMaherAbderrahim/Tunisian-Sign-Language-Translatordhiaabdelli12/tunisian-sign-language-model

Alki45/Amharic-sign-Language-Transcription

Data Visualization Exercise # Amharic Sign Language Transcription This project aims to transcribe

Tunisian Sign Language Dataset

(First ever) Tunisian Sign Language Dataset

Genetic relatedness of Tunisian Sign Language and French Sign Language

This article constitutes the first cognate study aiming at the verification of the genetic link betw

souhir1/tunisian-sign-language-interpreter

This is the framework that we built to train, evaluate and test models in real time. # Modeling ##

MaherAbderrahim/Tunisian-Sign-Language-Translator

Traduction de la langue des signes tunisienne (TSL) vers le dialecte tunisien, français, anglais et

dhiaabdelli12/tunisian-sign-language-model

This is the framework that we built to train, evaluate and test models in real time. # Modeling ##