Skip to content

Commit 18d37ba

Browse files
authored
Merge pull request #1677 from CodingTrain/patt-vira
New Video! ml5.js and Patt Vira Guest Conductor
2 parents 29242aa + 22488bc commit 18d37ba

File tree

5 files changed

+86
-2
lines changed

5 files changed

+86
-2
lines changed

β€Žcontent/tracks/main-tracks/ml5js-beginners-guide/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"chapters": [
77
{
88
"title": "Introduction",
9-
"videos": ["ml5/0-introduction/1-introduction"]
9+
"videos": ["ml5/0-introduction/1-introduction", "ml5/0-introduction/patt-vira"]
1010
},
1111
{
1212
"title": "Classification",

β€Ž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",
Loading
Loading
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"title": "ml5.js 1.0 and Guest Conductor Patt Vira",
3+
"description": "The ml5.js library recently celebrated it's 1.0 release! In this video, I provide an overview of the new release and cover how to use the FaceMesh model. Guest Conductor Patt Vira (http://youtube.com/@PattVira) takes over and demonstrates how to build a creative kinetic type visualization controlled by your mouth!",
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": "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": "kinetic-type.jpg"
32+
}
33+
],
34+
"groupLinks": [
35+
{
36+
"title": "References",
37+
"links": [
38+
{
39+
"icon": "πŸŽ₯",
40+
"title": "Patt Vira",
41+
"url": "http://youtube.com/@PattVira",
42+
"description": "Patt Vira's YouTube channel. Make Art with Code!"
43+
},
44+
{
45+
"icon": "πŸŽ₯",
46+
"title": "Interview with me!",
47+
"url": "https://youtu.be/X4XMhpRFKvU",
48+
"description": "Patt Vira hosts an interview with me on her channel!"
49+
},
50+
{
51+
"icon": "πŸ’»",
52+
"title": "ml5.js",
53+
"url": "https://ml5js.org/",
54+
"description": "The new ml5.js website!"
55+
},
56+
{
57+
"icon": "πŸ•",
58+
"title": "ITP Camp",
59+
"url": "https://tisch.nyu.edu/itp/camp",
60+
"description": "The ITP Camp website."
61+
},
62+
{
63+
"icon": "πŸ’»",
64+
"title": "Tensorflow.js",
65+
"url": "https://www.tensorflow.org/js",
66+
"description": "The ml5.js is built on top of Tensorflow.js."
67+
},
68+
{
69+
"icon": "πŸ“•",
70+
"title": "The Nature of Code",
71+
"url": "https://natureofcode.com/",
72+
"description": "Read and pre-order my new Nature of Code book!"
73+
}
74+
]
75+
}
76+
],
77+
"credits": [
78+
{ "title": "Editing", "name": "Patt Vira and Mathieu Blanchette" },
79+
{ "title": "Videography", "name": "Don Lee" },
80+
{ "title": "ml5.js slides", "name": "Micaelle Lages and the ml5.js team" },
81+
{ "title": "ITP Camp workshop photos", "name": "Parth Pawar, Chienn Tai, Alan Ren" },
82+
{ "title": "Animations", "name": "Jason Heglund" }
83+
]
84+
}

0 commit comments

Comments
Β (0)