Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 563 Bytes

PoseClassifier

Pose Classification web app using ml5.js and p5.js

alt text

Data Collection:

PoseNet model is used from ml5 library and data is collected manually for the alphabets which are used in classification model.

Model Training:

Data Collected is normalized and passed through neural network and trained for 50 epochs.

Deployment:

Trained model is used for pose classification and UI of app is developed in p5.js and deployed using github pages.