Skip to content

Commit 6db3592

Browse files
committed
Merge branch 'main' of github.com:CodingTrain/thecodingtrain.com
2 parents 1a897b3 + 5ddabc3 commit 6db3592

File tree

13 files changed

+138
-7
lines changed

13 files changed

+138
-7
lines changed

β€Žcontent/tracks/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"transformations-in-p5",
2828
"games",
2929
"web-sockets-and-p5js",
30-
"webgl"
30+
"webgl",
31+
"archive"
3132
]
3233
}

β€Žcontent/tracks/main-tracks/ml5js-beginners-guide/index.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
{
1212
"title": "Classification",
1313
"videos": [
14-
"ml5/1-classification/1-image-classification",
15-
"ml5/1-classification/2-webcam-classification",
14+
"ml5/1-classification/image-classification",
1615
"ml5/1-classification/3-object-detection",
1716
"ml5/9-doodleNet/1-doodleNet"
1817
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"title": "Archived Videos",
3+
"description": "Folder for archived videos",
4+
"videos": ["archive/1-image-classification", "archive/2-webcam-classification"]
5+
}

β€Žcontent/videos/ml5/1-classification/1-image-classification/index.json renamed to β€Žcontent/videos/archive/1-image-classification/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Image Classification with MobileNet",
3-
"description": "In this video, I use the \"pre-trained\" MobileNet model to classify the content of an image.",
3+
"description": "This video covers the Image Classifier in ml5.js v0.12.2 which has now been deprecated. There is a new version of the video in the Beginner's Guide to Machine Learning in JavaScript track.",
44
"videoNumber": "1.1",
55
"videoId": "yNkAuWz5lnY",
66
"date": "2018-08-01",
@@ -53,6 +53,12 @@
5353
{
5454
"title": "Videos",
5555
"links": [
56+
{
57+
"icon": "πŸ’»",
58+
"title": "Image Classification",
59+
"url": "/tracks/ml5js-beginners-guide/ml5/1-classification/image-classification",
60+
"description": "New video about image classification with updated syntax."
61+
},
5662
{
5763
"icon": "πŸš‚",
5864
"title": "Workflow",

β€Žcontent/videos/ml5/1-classification/2-webcam-classification/index.json renamed to β€Žcontent/videos/archive/2-webcam-classification/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Webcam Image Classification",
3-
"description": "In this video, I discuss image classification with MobileNet using real-time video.",
3+
"description": "This video covers image classifier with MobileNet using real-time video in ml5.js v0.12.2 which has now been deprecated. There is a new version of the video in the Beginner's Guide to Machine Learning in JavaScript track.",
44
"videoNumber": "1.2",
55
"videoId": "D9BoBSkLvFo",
66
"date": "2018-08-02",
@@ -28,6 +28,12 @@
2828
{
2929
"title": "References",
3030
"links": [
31+
{
32+
"icon": "πŸ’»",
33+
"title": "Image Classification",
34+
"url": "/tracks/ml5js-beginners-guide/ml5/1-classification/image-classification",
35+
"description": "New video about image classification with updated syntax."
36+
},
3137
{
3238
"icon": "πŸ’»",
3339
"title": "ml5.js",
373 KB
Loading
215 KB
Loading
334 KB
Loading
181 KB
Loading
297 KB
Loading

0 commit comments

Comments
Β (0)