GitXplorerGitXplorer
r

SignLanguageTranslator

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
d7745ac76f80f5d381f589993662aa4c755e9a59

Merge pull request #2 from karandeep96/master

rrajneesh44 committed 3 years ago
Verified
53f1f6f06d09d433c2a297adc12d48663ba8e84a

Update README.md

kkarandeep96 committed 3 years ago
Verified
846b1a6caf34a21f436fbc6a450a8dd27e699515

Merge pull request #1 from karandeep96/master

rrajneesh44 committed 3 years ago
Verified
2e6f35d62f2603cfce6991d0e6d5cfdd6a587f55

Update README.md

kkarandeep96 committed 3 years ago
Unverified
9350e8d3f5ad2b8a32949559208e723a3d1930b4

model readme

kkarandeep96 committed 3 years ago
Unverified
e6b1367a227349e2cc8a220a8c7bcb7683c79f03

model code

kkarandeep96 committed 3 years ago

README

The README file for this repository.

American Hand Sign Dataset

This project contains the model trained on the American Hand Sign Dataset.

Dataset

This is an open source dataset taken from kaggle.

Data is in CSV format where both the training set and test set,
have 785 columns. First column is for the labels of the alphabets,
with the rest of the columns being the pixel values of the images.

You can find the dataset here. Kaggle.

The dataset only contains 24 classes of alphabets as compared to 26,
the data for J and Z alphabets is missing.

Model and Performance

The model used in this project is a XGBClassifier.
The model gave an Accuracy of 78% with a macro avg F1 score of 0.76.

Requirements

run the following code to install all the required packages.

pip install requirements.txt