KimJeonghun91 / handpose2scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handpose2Scratch

Hand tracking on Scratch 3 with Webcam only.

It uses handpose package provided by MediaPipe and TensorFlow.js. If you want to know about the technology behind, please refer to "Face and hand tracking in the browser with MediaPipe and TensorFlow.js"

Demo Movie

How to use

Sample project

https://github.com/champierre/handpose2scratch/raw/master/sample_projects/handpose.sb3

Japanese

English

Licence

  • Handpose2Scratch is under BSD 3-Clause License, open source and freely available to anyone. You can use it at your classes, workshops. Commercial usage is also accepted. If you or your students created something cool using Handpose2Scratch, please share it on SNS using hashtag #handpose2scratch or let me know to any of these contacts. Interesting projects will be added to the "Examples of use".

Examples of use

Requirements

  • OS
    • Windows 8 (TBD)
    • Windows 10 (TBD)
    • MacOS
    • iOS
  • Browser
    • Chrome
    • Safari(iOS)

Handpose2Scratch sometimes does not work because of some Chrome extensions. Please switch to Guest Mode in such cases.

For Developers - How to run Handpose2Scratch extension on your computer

  1. Setup LLK/scratch-gui on your computer.
% git clone git@github.com:LLK/scratch-gui.git
% cd scratch-gui
% npm install
  1. In scratch-gui folder, clone Handose2Scratch. You will have handpose2scratch folder under scratch-gui.
% git clone git@github.com:champierre/handpose2scratch.git
  1. Run the install script.
% sh handpose2scratch/install.sh
  1. Run Scratch, then go to http://localhost:8601/.
% npm start

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 89.6%Language:Shell 10.4%