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
2 changes: 1 addition & 1 deletion examples/bodyPose-blazePose-keypoints-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8" />
<title>ml5.js bodyPose BlazePose Detection Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/bodyPose-blazePose-skeleton-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8" />
<title>ml5.js bodyPose BlazePose Skeleton Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/bodyPose-keypoints-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8" />
<title>ml5.js bodyPose Detection Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/bodyPose-skeletal-connections-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8" />
<title>ml5.js bodyPose Skeleton Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js bodySegmentation Mask Background Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js bodySegmentation Parts Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/bodySegmentation-mask-person-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js bodySegmentation Mask Person Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js bodySegmentation Parts Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-mask-background-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Webcam Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-mask-background/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Webcam Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.9/p5.min.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-mesh-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Mesh Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-mesh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Mesh Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.9/p5.min.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-point-cloud-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Point Cloud Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-point-cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Point Cloud Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.9/p5.min.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-single-image-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Single Image Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-single-image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Single Image Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.9/p5.min.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-video-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Video Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-video/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Video Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.9/p5.min.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-webcam-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Mask Background Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/depthEstimation-webcam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>ml5.js depthEstimation Mask Background Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.9/p5.min.js"></script>
<script src="../../dist/ml5.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-bounding-box-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Bounding Box Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-keypoints-from-parts-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Keypoints from Parts Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-keypoints-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Webcam Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-parts-bounding-box-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Parts Bounding Box Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-parts-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh p5 Webcam Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-shapes-from-parts-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Shapes from Parts Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-single-image-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Image Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-triangle-mesh-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Triangle Mesh Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/faceMesh-uv-map-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js faceMesh Webcam Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/handPose-detect-start-stop-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js handPose Start and Stop Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/handPose-keypoints-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js handPose Webcam Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/handPose-parts-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js handPose p5 Webcam Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/handPose-single-image-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js handPose Image Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/handPose-skeletal-connections-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js handPose Skeletal Connection Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/imageClassifier-single-image-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js imageClassifier Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js imageClassifier + Teachable Machine Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/imageClassifier-webcam-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js imageClassifier Webcam Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/neuralNetwork-color-classifier-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js neuralNetwork Color Classifier Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/neuralNetwork-load-model-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js neuralNetwork Loading Pre-trained Model Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/neuralNetwork-mouse-gesture-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js neuralNetwork Gesture Classifier Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/neuralNetwork-train-and-save-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js neuralNetwork Training and Saving Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/neuroEvolution-flappy-bird-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js neuralNetwork Neuroevolution Flappy Bird</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/neuroEvolution-sensors-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js neuralNetwork Neuroevolution Sensors</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/neuroEvolution-steering-p5-2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js neuralNetwork Neuroevolution Steering</title>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.0.4/lib/p5.js"></script>
<script src="../../dist/ml5.js"></script>
</head>
<body>
Expand Down
Loading