Sley HORTES commited on
Commit ·
ac3caa5
1
Parent(s): a19d26e
chore: adding the YAML metadata block to the readme.md file
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Hand Gesture Recognition – Vision Transformer + LSTM
|
| 2 |
|
| 3 |
## Model Description
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- computer-vision
|
| 5 |
+
- gesture-recognition
|
| 6 |
+
- vision-transformer
|
| 7 |
+
- lstm
|
| 8 |
+
language: en
|
| 9 |
+
library_name: pytorch
|
| 10 |
+
datasets:
|
| 11 |
+
- jester
|
| 12 |
+
model_index:
|
| 13 |
+
- hf://hslay13/vit_lstm_jester
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# Hand Gesture Recognition – Vision Transformer + LSTM
|
| 17 |
|
| 18 |
## Model Description
|