osamajan90 commited on
Commit
dc8efce
·
verified ·
1 Parent(s): 9f5f284

Upload model_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_info.json +13 -0
model_info.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "GestureClassifier MLP",
3
+ "input_size": 42,
4
+ "hidden_layers": [
5
+ 128,
6
+ 256,
7
+ 128
8
+ ],
9
+ "num_classes": 18,
10
+ "accuracy": 91.25,
11
+ "dataset": "HaGRID",
12
+ "features": "21 hand landmarks (x,y) from MediaPipe"
13
+ }