TMPose2Scratchは2020年よりオープンソースかつ無料で提供しており、学校や各種プログラミング教室はじめさまざまな場所で利用されております。継続して開発を続けるためには、使っていただいている皆さまからの支援が必要です。
一杯のコーヒーという形でサポートをいただけると大変ありがたく思います。
TMPose2Scratch connects Google Teachable Machine 2 with Scratch 3. You can use pose recognition on Scratch project.
TMPose2Scratch is under AGPL-3.0 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 TMPose2Scratch, please share it on SNS using hashtag #tmpose2scratch or let me know to any of these contacts.
-
On Google Teachable Machine 2 website, create a pose classification model and upload it.
-
Copy the sharable link.
-
Open http://champierre.github.io/tmpose2scratch on Chrome browser.
-
Open "Choose an Extension" window and select "TMPose2Scratch".
- Paste the shareble link into the text field of "pose classification model URL" block.
- You can use the pose recognition results with "when received pose label" blocks.
-
Setup LLK/scratch-gui on your computer.
% git clone [email protected]:LLK/scratch-gui.git % cd scratch-gui % npm install
-
In scratch-gui folder, clone TMPose2Scratch. You will have tmpose2scratch folder under scratch-gui.
% git clone [email protected]:champierre/tmpose2scratch.git
-
Run the install script.
% sh tmpose2scratch/install.sh
-
Run Scratch, then go to http://localhost:8601/.
% npm start