Skip to content

Commit

Permalink
Merge pull request #1677 from CodingTrain/patt-vira
Browse files Browse the repository at this point in the history
New Video! ml5.js and Patt Vira Guest Conductor
  • Loading branch information
shiffman authored Jul 31, 2024
2 parents 29242aa + 22488bc commit 18d37ba
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"chapters": [
{
"title": "Introduction",
"videos": ["ml5/0-introduction/1-introduction"]
"videos": ["ml5/0-introduction/1-introduction", "ml5/0-introduction/patt-vira"]
},
{
"title": "Classification",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "A Beginner's Guide to Machine Learning with ml5.js",
"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. .",
"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.",
"videoNumber": "0.1",
"videoId": "jmznx0Q1fP0",
"date": "2018-07-31",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions content/videos/ml5/0-introduction/patt-vira/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"title": "ml5.js 1.0 and Guest Conductor Patt Vira",
"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!",
"videoNumber": "0.2",
"videoId": "2h8VArJ3gnQ",
"date": "2024-07-31",
"languages": ["p5.js", "ml5.js"],
"topics": ["machine learning", "ml5.js", "facemesh", "guest conductor"],
"canContribute": true,
"timestamps": [
{ "time": "0:00", "title": "Introducing Patt Vira!" },
{ "time": "1:08", "title": "What is ml5.js?" },
{ "time": "2:00", "title": "The Nature of Code book" },
{ "time": "2:12", "title": "ml5.js overview" },
{ "time": "4:27", "title": "Importing the ml5.js library" },
{ "time": "5:38", "title": "How to use the FaceMesh model" },
{ "time": "18:34", "title": "Guest Conductor Patt Vira!" },
{ "time": "54:14", "title": "Thanks for watching!" }
],
"codeExamples": [
{
"title": "FaceMesh (Lips)",
"description": "This sketch demonstrates the basics of the FaceMesh model.",
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/LdEmvXdGI" },
"image": "lips.jpg"
},
{
"title": "Interactive Kinect Type",
"description": "Guest Conductor Patt Vira's sketch!",
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/CITZ-7eyA" },
"image": "kinetic-type.jpg"
}
],
"groupLinks": [
{
"title": "References",
"links": [
{
"icon": "πŸŽ₯",
"title": "Patt Vira",
"url": "http://youtube.com/@PattVira",
"description": "Patt Vira's YouTube channel. Make Art with Code!"
},
{
"icon": "πŸŽ₯",
"title": "Interview with me!",
"url": "https://youtu.be/X4XMhpRFKvU",
"description": "Patt Vira hosts an interview with me on her channel!"
},
{
"icon": "πŸ’»",
"title": "ml5.js",
"url": "https://ml5js.org/",
"description": "The new ml5.js website!"
},
{
"icon": "πŸ•",
"title": "ITP Camp",
"url": "https://tisch.nyu.edu/itp/camp",
"description": "The ITP Camp website."
},
{
"icon": "πŸ’»",
"title": "Tensorflow.js",
"url": "https://www.tensorflow.org/js",
"description": "The ml5.js is built on top of Tensorflow.js."
},
{
"icon": "πŸ“•",
"title": "The Nature of Code",
"url": "https://natureofcode.com/",
"description": "Read and pre-order my new Nature of Code book!"
}
]
}
],
"credits": [
{ "title": "Editing", "name": "Patt Vira and Mathieu Blanchette" },
{ "title": "Videography", "name": "Don Lee" },
{ "title": "ml5.js slides", "name": "Micaelle Lages and the ml5.js team" },
{ "title": "ITP Camp workshop photos", "name": "Parth Pawar, Chienn Tai, Alan Ren" },
{ "title": "Animations", "name": "Jason Heglund" }
]
}

0 comments on commit 18d37ba

Please sign in to comment.