Skip to content

Commit 680da59

Browse files
committed
minor edits
1 parent c83a1bc commit 680da59

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/videos/ml5/hand-pose/index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"title": "Hand Pose",
2+
"title": "Hand Pose Detection with ml5.js",
33
"description": "Hand Pose video",
44
"videoId": "vfNHdVbE-l4",
55
"nebulaSlug": "",
6-
"date": "2024-10-29",
6+
"date": "2024-10-28",
77
"languages": ["ml5.js", "JavaScript"],
88
"topics": ["machine learning (ML)", "webcam", "pose detection", "ml5.js", "HandPose"],
99
"canContribute": true,
@@ -33,7 +33,7 @@
3333
},
3434
{
3535
"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.",
3737
"image": "",
3838
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/3VcKxx_GY" }
3939
},
@@ -64,25 +64,25 @@
6464
"icon": "💻",
6565
"title": "ml5.js",
6666
"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."
6868
},
6969
{
7070
"icon": "🏫",
7171
"title": "Introduction to ML for the Arts",
7272
"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."
7474
},
7575
{
7676
"icon": "🏫",
77-
"title": "Jack B. Du's Instragram",
77+
"title": "Jack B. Du's Instagram",
7878
"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."
8080
},
8181
{
8282
"icon": "💻",
8383
"title": "On-Device, Real-Time Hand Tracking with MediaPipe",
8484
"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."
8686
}
8787
]
8888
}

0 commit comments

Comments
 (0)