PoseNet Mini Game Application
In this project, I am using ml5.js, a higher-level web API. It provides built-in machine-learning libraries for develop an approachable application, such as FaceApi, DCGAN, YOLO and so on. specifically, PoseNet is selected which can detect 16 key body points from a webcam. In this mini-game, user's nose is detected by the pretrained PoseNet, and he/she should catch a grey ball falling from top to down. Graphics interactions are implemented using p5.js as a main supported JavaScript library. [Codes]

