Skip to content

Commit 8b162a0

Browse files
authored
Updating Image Classifier video (#1737)
* noc party * adding nebula slug, fixing typo, also .gitignore update
1 parent e11b533 commit 8b162a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ public
44
.DS_Store
55
_descriptions
66
.netlify
7+
google-credentials/

content/videos/ml5/1-classification/image-classification/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"title": "Image Classification",
3-
"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.",
3+
"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.",
44
"videoId": "pbjR20eTLVs",
5+
"nebulaSlug": "codingtrain-image-classification-with-ml5js",
56
"date": "2024-10-06",
67
"languages": ["ml5.js", "JavaScript"],
78
"topics": ["machine learning (ML)", "webcam", "image classification", "ml5.js", "MobileNet"],

0 commit comments

Comments
 (0)