-
-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #654 from Adhivp/American_sign_language_Enanchement
[Model Enhancement]: American Sign Language Detection Model
- Loading branch information
Showing
13 changed files
with
118 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# link to the dataset - https://www.kaggle.com/datasets/ayuraj/asl-dataset | ||
|
||
# Models Enanchement | ||
## Link to the dataset | ||
- https://www.kaggle.com/datasets/kapillondhe/american-sign-language/data | ||
|
||
## Content | ||
The dataset contains coloured images of hand signs representing different American sign language alphabets. | ||
|
||
## Labels | ||
The dataset includes the following labels in alphabetical order: | ||
|
||
A, B, C, D, E, F, G, H, I, J, K, L, M, N, Nothing, O, P, Q, R, S, Space, T, U, V, W, X, Y, Z | ||
|
||
## Dataset Summary¶ | ||
### Folder: train | ||
- Total images: 165670 | ||
- Images per label: 5996 each | ||
|
||
### Folder: test | ||
- Total images: 112 | ||
- Images per label: 4 each |
Binary file added
BIN
+40.8 KB
American Sign Language Detection/images/Labels and Dataset Summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+566 KB
American Sign Language Detection/images/Sample images for each label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+313 KB
...ican Sign Language Detection/images/True values and Predicted values (Test).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
American Sign Language Detection/models/american-sign-language-inceptionv3.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
American Sign Language Detection/models/american-sign-language-mobilenetv3Small.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
American Sign Language Detection/models/american-sign-language-mobilenetv3large.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
American Sign Language Detection/models/american-sign-language-nasnetmobile.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
American Sign Language Detection/models/american-sign-language-resnet101v2.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
American Sign Language Detection/models/american-sign-language-resnet50v2.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pandas | ||
Pillow | ||
numpy | ||
tensorflow | ||
matplotlib |