|
1 | 1 | {
|
2 |
| - "title": "Hand Pose", |
| 2 | + "title": "Hand Pose Detection with ml5.js", |
3 | 3 | "description": "Hand Pose video",
|
4 | 4 | "videoId": "vfNHdVbE-l4",
|
5 | 5 | "nebulaSlug": "",
|
6 |
| - "date": "2024-10-29", |
| 6 | + "date": "2024-10-28", |
7 | 7 | "languages": ["ml5.js", "JavaScript"],
|
8 | 8 | "topics": ["machine learning (ML)", "webcam", "pose detection", "ml5.js", "HandPose"],
|
9 | 9 | "canContribute": true,
|
|
33 | 33 | },
|
34 | 34 | {
|
35 | 35 | "title": "Simple painting",
|
36 |
| - "description": "Sketch demonstrating drawing using mouseX, mouseY, previous X, and previousY.", |
| 36 | + "description": "Sketch demonstrating drawing using mouseX, mouseY, pmouseX, pmouseY.", |
37 | 37 | "image": "",
|
38 | 38 | "urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/3VcKxx_GY" }
|
39 | 39 | },
|
|
64 | 64 | "icon": "💻",
|
65 | 65 | "title": "ml5.js",
|
66 | 66 | "url": "https://ml5js.org/",
|
67 |
| - "description": "ml5 page with documentation and supporting material." |
| 67 | + "description": "ml5.js website with model documentation and other supporting material." |
68 | 68 | },
|
69 | 69 | {
|
70 | 70 | "icon": "🏫",
|
71 | 71 | "title": "Introduction to ML for the Arts",
|
72 | 72 | "url": "https://github.com/ml5js/Intro-ML-Arts-IMA-F24",
|
73 |
| - "description": "Syllabus for ITP IMA course on Machine Learning for the Arts." |
| 73 | + "description": "Syllabus for ITP/IMA course." |
74 | 74 | },
|
75 | 75 | {
|
76 | 76 | "icon": "🏫",
|
77 |
| - "title": "Jack B. Du's Instragram", |
| 77 | + "title": "Jack B. Du's Instagram", |
78 | 78 | "url": "https://www.instagram.com/jackbdu/",
|
79 |
| - "description": "Researcher and professor @nyutisch" |
| 79 | + "description": "Jack B. Du is an artist and researcher whose work explores the poetic possibilities of code in both analog and digital forms." |
80 | 80 | },
|
81 | 81 | {
|
82 | 82 | "icon": "💻",
|
83 | 83 | "title": "On-Device, Real-Time Hand Tracking with MediaPipe",
|
84 | 84 | "url": "https://research.google/blog/on-device-real-time-hand-tracking-with-mediapipe/",
|
85 |
| - "description": "Blog introducing Hand Tracking." |
| 85 | + "description": "Google Research blog post covering the technical details of the HandPose model." |
86 | 86 | }
|
87 | 87 | ]
|
88 | 88 | }
|
|
0 commit comments