nocontextdoruk commited on
Commit
1244c97
·
verified ·
1 Parent(s): 02b6482

fix streaming + license + analysis

Browse files
Files changed (1) hide show
  1. CITATION.cff +20 -0
CITATION.cff ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this software or model, please cite it as below, and cite the ASL-HG dataset."
3
+ title: "ASL Hand Gesture Recognizer (Landmark MLP)"
4
+ authors:
5
+ - family-names: "Doğular"
6
+ given-names: "Doruk"
7
+ alias: "nocontextdoruk"
8
+ year: 2026
9
+ license: "CC-BY-NC-4.0"
10
+ url: "https://huggingface.co/spaces/nocontextdoruk/asl-recognizer"
11
+ repository-artifact: "https://huggingface.co/nocontextdoruk/asl-landmark-mlp"
12
+ references:
13
+ - type: data
14
+ title: "ASL-HG: American Sign Language Hand Gesture Image Dataset"
15
+ authors:
16
+ - family-names: "Pranto"
17
+ year: 2026
18
+ doi: "10.17632/j4y5w2c8w9.1"
19
+ url: "https://data.mendeley.com/datasets/j4y5w2c8w9/1"
20
+ notes: "Published in Data in Brief — https://www.sciencedirect.com/science/article/pii/S2352340926000454"