Skip to content

Commit

Permalink
Merge branch 'main' into ml5-track
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman authored Oct 17, 2024
2 parents 4f9c90b + 7a537bd commit 6b44285
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ public
.DS_Store
_descriptions
.netlify
google-credentials
google-credentials
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Maze Regenerator",
"author": {
"name": "Stephen Brasel"
},
"url": "https://editor.p5js.org/wearyroad/full/pA6yX7bLU",
"submittedOn": "2024-10-16T13:36:22.789Z",
"socialPermission": true
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Face Mesh Detection + Fourier Transform and Epicycles",
"author": {
"name": "Iñaqui Medina"
},
"url": "https://editor.p5js.org/www.timj/full/s_EyPVS99",
"submittedOn": "2024-10-08T17:22:53.158Z",
"socialPermission": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Infinite Zoom 2D Menger Sponge",
"author": {
"name": "Micah Tindale"
},
"url": "https://editor.p5js.org/micahtindalebusiness/sketches/8Z7eJvYqO",
"submittedOn": "2024-10-11T14:30:27.264Z",
"socialPermission": false
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Mitosis With Burst Effect",
"author": {
"name": "Micah Tindale"
},
"url": "https://editor.p5js.org/micahtindalebusiness/sketches/kLUUlyUuu",
"submittedOn": "2024-10-10T15:50:19.671Z",
"socialPermission": false
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "maurer rose",
"author": {
"name": "Bart De Meyere",
"instagram": "https://www.instagram.com/bdm_80/"
},
"url": "https://bartdemeyere.github.io/maurerrose/",
"submittedOn": "2024-10-08T19:16:09.075Z",
"socialPermission": true
}
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "Houdini's Dilemma (Exercise 1.3)",
"author": {
"name": "Brandt Ryan",
"url": "https://brandtryan.com",
"twitter": "@brandtryan"
},
"url": "https://editor.p5js.org/brandtryan/sketches/n96565bJN",
"submittedOn": "2024-10-12T00:21:29.789Z",
"socialPermission": true
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "Visualization of Bohr model of an Atom",
"author": {
"name": "Mahesh shetty",
"url": "https://www.behance.net/maheshshetty6",
"instagram": "https://www.instagram.com/mahesh_shetty_m/?utm_source=qr&r=nametag"
},
"url": "https://www.behance.net/gallery/201502983/Bohr-model-Interactive-%28P5js-AE%29",
"submittedOn": "2024-10-10T05:08:02.093Z",
"socialPermission": true
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b44285

Please sign in to comment.