Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Video! ml5.js and Patt Vira Guest Conductor #1677

Merged
merged 7 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" }
]
}
Loading