sebastiancgeorge commited on
Commit
3f71956
·
verified ·
1 Parent(s): fdbbc90

Update README.md

Browse files

This project Uses image classification to predict hand signals(sign language) using a model build on teachable machine.
The data is pre-processed Using a handtracking Module.

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,3 +1,6 @@
1
- ---
2
- license: afl-3.0
3
- ---
 
 
 
 
1
+ ---
2
+ license: afl-3.0
3
+ language:
4
+ - en
5
+ pipeline_tag: image-classification
6
+ ---