sebastiancgeorge commited on
Commit
4c58a8f
·
verified ·
1 Parent(s): 8af2d02

Update README.md

Browse files

Use DataCollection.py to collect the data change the folder variable in datacollection.py to your class directory. And train the model using collected data. And the output can be tested using test.py.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: afl-3.0
3
  language:
4
  - en
5
  pipeline_tag: image-classification
 
 
6
  ---
7
  This project Uses image classification to predict hand signals(sign language) using a model build on teachable machine.
8
  The data is pre-processed Using a handtracking Module.
 
3
  language:
4
  - en
5
  pipeline_tag: image-classification
6
+ tags:
7
+ - code
8
  ---
9
  This project Uses image classification to predict hand signals(sign language) using a model build on teachable machine.
10
  The data is pre-processed Using a handtracking Module.