Update README.md
Browse filesUse 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.
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.
|