Skip to content

Commit

Permalink
Updating Image Classifier video (#1737)
Browse files Browse the repository at this point in the history
* noc party

* adding nebula slug, fixing typo, also .gitignore update
  • Loading branch information
shiffman authored Oct 17, 2024
1 parent e11b533 commit 8b162a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ public
.DS_Store
_descriptions
.netlify
google-credentials/
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"title": "Image Classification",
"description": "This video covers image classification in ml5.js 1.0. I demonstrate both the default MobileNet model as well as how to train your own classifier with transfer leraning and teachable machine.",
"description": "This video covers image classification in ml5.js 1.0. I demonstrate both the default MobileNet model as well as how to train your own classifier with transfer learning and teachable machine.",
"videoId": "pbjR20eTLVs",
"nebulaSlug": "codingtrain-image-classification-with-ml5js",
"date": "2024-10-06",
"languages": ["ml5.js", "JavaScript"],
"topics": ["machine learning (ML)", "webcam", "image classification", "ml5.js", "MobileNet"],
Expand Down

0 comments on commit 8b162a0

Please sign in to comment.