Skip to content
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
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
Loading