Skip to content

Commit b751e2d

Browse files
committed
patt vira guest conductor
1 parent 29242aa commit b751e2d

File tree

4 files changed

+82
-1
lines changed

4 files changed

+82
-1
lines changed

content/videos/ml5/0-introduction/1-introduction/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "A Beginner's Guide to Machine Learning with ml5.js",
3-
"description": "Welcome to \"A Beginner's Guide to Machine Learning in JavaScript\"! In this series, I'll teach the concepts behind machine learning using the ml5.js library. .",
3+
"description": "Welcome to \"A Beginner's Guide to Machine Learning in JavaScript\"! In this series, I'll teach the concepts behind machine learning using the ml5.js library.",
44
"videoNumber": "0.1",
55
"videoId": "jmznx0Q1fP0",
66
"date": "2018-07-31",
240 KB
Loading
21.8 KB
Loading
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"title": "ml5.js 1.0 and Patt Vira Guest Conductor",
3+
"description": "The ml5.js library recently celebrated it's 1.0 release! In this video, I provide a brief overview of the new release and cover the basics of the FaceMesh model. Guest Conductor Patt Vira then takes over and demonstrates how to build a creative visualization controlled by your face!",
4+
"videoNumber": "0.2",
5+
"videoId": "2h8VArJ3gnQ",
6+
"date": "2024-07-31",
7+
"languages": ["p5.js", "ml5.js"],
8+
"topics": ["machine learning", "ml5.js", "facemesh", "guest conductor"],
9+
"canContribute": true,
10+
"timestamps": [
11+
{ "time": "0:00", "title": "Introducing Patt Vira!" },
12+
{ "time": "1:08", "title": "What is ml5.js?" },
13+
{ "time": "2:00", "title": "The Nature of Code book" },
14+
{ "time": "2:12", "title": "ml5.js overview" },
15+
{ "time": "4:27", "title": "Importing the ml5.js library" },
16+
{ "time": "5:38", "title": "How to use the FaceMesh model" },
17+
{ "time": "18:34", "title": "Guest Conductor Patt Vira!" },
18+
{ "time": "54:14", "title": "Thanks for watching!" }
19+
],
20+
"codeExamples": [
21+
{
22+
"title": "FaceMesh (Lips)",
23+
"description": "This sketch demonstrates the basics of the FaceMesh model.",
24+
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/LdEmvXdGI" },
25+
"image": "images/lips.jpg"
26+
},
27+
{
28+
"title": "Interactive Kinect Type",
29+
"description": "Guest Conductor Patt Vira's sketch!",
30+
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/CITZ-7eyA" },
31+
"image": "images/kinect-type.jpg"
32+
}
33+
],
34+
"groupLinks": [
35+
{
36+
"title": "References",
37+
"links": [
38+
{
39+
"icon": "🎥",
40+
"title": "Patt Vira",
41+
"url": "https://ml5js.org/",
42+
"description": "Patt Vira's YouTube channel. Make Art with Code!"
43+
},
44+
{
45+
"icon": "💻",
46+
"title": "ml5.js",
47+
"url": "https://ml5js.org/",
48+
"description": "The new ml5.js website!"
49+
},
50+
{
51+
"icon": "🏕",
52+
"title": "ITP Camp",
53+
"url": "https://tisch.nyu.edu/itp/camp",
54+
"description": "The ITP Camp website."
55+
},
56+
{
57+
"icon": "💻",
58+
"title": "Tensorflow.js",
59+
"url": "https://www.tensorflow.org/js",
60+
"description": "The ml5.js is built on top of Tensorflow.js."
61+
},
62+
{
63+
"icon": "📕",
64+
"title": "The Nature of Code",
65+
"url": "https://natureofcode.com/",
66+
"description": "Read and pre-order my new Nature of Code book!"
67+
}
68+
]
69+
},
70+
{
71+
"title": "Videos",
72+
"links": []
73+
}
74+
],
75+
"credits": [
76+
{ "title": "Editing", "name": "Patt Vira and Mathieu Blanchette" },
77+
{ "title": "ml5.js slides", "name": "Micaelle Lages and the ml5.js team" },
78+
{ "title": "ITP Camp workshop photos", "name": "Parth Pawar, Chienn Tai, Alan Ren" },
79+
{ "title": "Animations", "name": "Jason Heglund" }
80+
]
81+
}

0 commit comments

Comments
 (0)