-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1677 from CodingTrain/patt-vira
New Video! ml5.js and Patt Vira Guest Conductor
- Loading branch information
Showing
5 changed files
with
86 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" } | ||
] | ||
} |