Skip to content

Commit

Permalink
Merge branch 'development' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyklee committed Oct 24, 2019
2 parents d5c838d + 0681602 commit 26945e0
Show file tree
Hide file tree
Showing 41 changed files with 392 additions and 238 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,16 @@
"ideas",
"example"
]
},
{
"login": "w3cj",
"name": "CJ R.",
"avatar_url": "https://avatars0.githubusercontent.com/u/14241866?v=4",
"profile": "https://coding.garden",
"contributions": [
"doc",
"content"
]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ We’re still rolling out all of our unit tests, but if you want to contribute t
```npm run test:single```

- To run a test on a single model
```npm run test -- --model:YourModelNameHere```
```npm run test -- --model=YourModelNameHere```

This last one is case sensitive!

Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ![ml5](https://user-images.githubusercontent.com/10605821/41332516-2ee26714-6eac-11e8-83e4-a40b8761e764.png)
[![All Contributors](https://img.shields.io/badge/all_contributors-60-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-61-orange.svg?style=flat-square)](#contributors)


[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=QVNDdlkvMzNYSmhRRWlweXlIOTBENkd0MDBCOUJlbmFVZFRneFIzNlh4az0tLXA4S0loSGNlVUc2V2I3cVdLdXBKdGc9PQ==--8a5e5bfd3eafbba0702c02ec57ffec9d627a78ef)](https://www.browserstack.com/automate/public-build/QVNDdlkvMzNYSmhRRWlweXlIOTBENkd0MDBCOUJlbmFVZFRneFIzNlh4az0tLXA4S0loSGNlVUc2V2I3cVdLdXBKdGc9PQ==--8a5e5bfd3eafbba0702c02ec57ffec9d627a78ef)[![Version](https://img.shields.io/npm/v/ml5.svg?style=flat-square)](https://www.npmjs.com/package/ml5)
Expand All @@ -26,19 +26,21 @@ There are several ways you can use the ml5.js library:




<p id="latest-version">

* You can use the latest version (0.4.0) by adding it to the head section of your HTML document:
* You can use the latest version (0.4.1) by adding it to the head section of your HTML document:

**v0.4.0**
**v0.4.1**

<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js" type="text/javascript"></script>

</p data-id="latest-version">







* If you need to use an earlier version for any reason, you can change the version number. The [previous versions of ml5 can be found here](https://www.npmjs.com/package/ml5). You can use those previous versions by replacing `<version>` with the ml5 version of interest:
Expand All @@ -49,7 +51,7 @@ There are several ways you can use the ml5.js library:

For example:
```js
<script src="https://unpkg.com/ml5@0.3.1/dist/ml5.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/ml5@0.4.1/dist/ml5.min.js" type="text/javascript"></script>
```

* You can also reference "latest", but we do not recommend this as your code may break as we update ml5.
Expand Down Expand Up @@ -170,6 +172,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/EmmaGoodliffe"><img src="https://avatars1.githubusercontent.com/u/32788926?v=4" width="100px;" alt="Emma Goodliffe"/><br /><sub><b>Emma Goodliffe</b></sub></a><br /><a href="#ideas-EmmaGoodliffe" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-EmmaGoodliffe" title="Answering Questions">💬</a> <a href="#maintenance-EmmaGoodliffe" title="Maintenance">🚧</a></td>
<td align="center"><a href="http://yangyang.blog"><img src="https://avatars3.githubusercontent.com/u/9332910?v=4" width="100px;" alt="Yang"/><br /><sub><b>Yang</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=EonYang" title="Code">💻</a> <a href="https://github.com/ml5js/ml5-library/issues?q=author%3AEonYang" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/lydiajessup"><img src="https://avatars3.githubusercontent.com/u/26204298?v=4" width="100px;" alt="Lydia Jessup"/><br /><sub><b>Lydia Jessup</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=lydiajessup" title="Code">💻</a> <a href="#ideas-lydiajessup" title="Ideas, Planning, & Feedback">🤔</a> <a href="#example-lydiajessup" title="Examples">💡</a></td>
<td align="center"><a href="https://coding.garden"><img src="https://avatars0.githubusercontent.com/u/14241866?v=4" width="100px;" alt="CJ R."/><br /><sub><b>CJ R.</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=w3cj" title="Documentation">📖</a> <a href="#content-w3cj" title="Content">🖋</a></td>
</tr>
</table>

Expand Down
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ The fastest way to get started exploring the creative possibilities of ml5.js ar
3. You can also copy and paste the cdn link to the ml5 library here:

```
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js"></script>
```

***
#### Quickstart: Plain JavaScript

Reference the [latest version](https://unpkg.com/[email protected].0/dist/ml5.min.js) of ml5.js using a script tag in an HTML file as below:
Reference the [latest version](https://unpkg.com/[email protected].1/dist/ml5.min.js) of ml5.js using a script tag in an HTML file as below:


In an **index.html** file, copy and paste the following and open up that file in your web browser.
Expand All @@ -34,15 +34,15 @@ In an **index.html** file, copy and paste the following and open up that file in
<!DOCTYPE html>
<html lang="en">
<head>
<title>Getting Started with ml5.js and p5.js</title>
<title>Getting Started with ml5.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js"></script>
</head>

<body>
<script>
// Your code will go here
// open up your console - if everything loaded properly you should see 0.4.0
// open up your console - if everything loaded properly you should see 0.4.1
console.log('ml5 version:', ml5.version);
</script>
Expand Down Expand Up @@ -71,7 +71,7 @@ In an **index.html** file, copy and paste the following and open up that file in
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.sound.min.js"></script>
<!-- ml5 -->
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js"></script>
</head>

<body>
Expand Down
3 changes: 1 addition & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
* [CharRNN](/reference/charrnn.md)
* [Sentiment](/reference/sentiment.md)
* [Word2Vec](/reference/word2vec.md)
* [SketchRNN](/reference/sketchrnn.md)

* **Contributing** 🏗
<div class="Sidebar__section-divider">&nbsp;</div>
Expand All @@ -62,4 +61,4 @@
* Style Guide
* [Reference guidelines](/styleguide/reference-guidelines.md)
* [Development guidelines](/styleguide/development-guidelines.md)
* [Design guidelines](/styleguide/design-guidelines.md)
* [Design guidelines](/styleguide/design-guidelines.md)
5 changes: 4 additions & 1 deletion docs/reference/bodypix.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ bodyPix.segmentWithParts(?input, ?options, callback)
* [BodyPix_p5Instance](https://github.com/ml5js/ml5-examples/tree/development/p5js/BodyPix/BodyPix_p5Instance)
**p5 web editor**
* none yet
* [BodyPix_Image](https://editor.p5js.org/ml5/sketches/BodyPix_Image)
* [BodyPix_Webcam](https://editor.p5js.org/ml5/sketches/BodyPix_Webcam)
* [BodyPix_Webcam_Parts](https://editor.p5js.org/ml5/sketches/BodyPix_Webcam_Parts)
* [BodyPix_p5Instance](https://editor.p5js.org/ml5/sketches/BodyPix_p5Instance)
**plain javascript**
* [BodyPix_Image](https://github.com/ml5js/ml5-examples/tree/development/javascript/BodyPix/BodyPix_Image)
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/charrnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ charrnn.reset()
**p5 web editor**
* [CharRNN_Interactive](https://editor.p5js.org/ml5/sketches/u7FVGffzX)
* [CharRNN_Text](https://editor.p5js.org/ml5/sketches/fAzNrafbpa)
* [CharRNN_Text_Stateful](https://editor.p5js.org/ml5/sketches/AmPtRcgoX7)
* [CharRNN_Interactive](https://editor.p5js.org/ml5/sketches/CharRNN_Interactive)
* [CharRNN_Text](https://editor.p5js.org/ml5/sketches/CharRNN_Text)
* [CharRNN_Text_Stateful](https://editor.p5js.org/ml5/sketches/CharRNN_Text_Stateful)
**plain javascript**
* [CharRNN_Interactive](https://github.com/ml5js/ml5-examples/tree/development/javascript/CharRNN/CharRNN_Interactive)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cvae.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cvae.generate(label, callback);
* [CVAE_QuickDraw](https://github.com/ml5js/ml5-examples/tree/development/p5js/CVAE/CVAE_QuickDraw)
**p5 web editor**
* [CVAE_QuickDraw]()
* [CVAE_QuickDraw](https://editor.p5js.org/ml5/sketches/CVAE_QuickDraw)
**plain javascript**
* [CVAE_QuickDraw](https://github.com/ml5js/ml5-examples/tree/development/javascript/CVAE/CVAE_QuickDraw)
Expand Down
24 changes: 13 additions & 11 deletions docs/reference/dcgan.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,26 @@ dcgan.generate(callback, ?latentVector);

## Examples

**plain javascript**
* [DCGAN_LatentVector](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_LatentVector)
* [DCGAN_LatentVector_RandomWalk](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_LatentVector_RandomWalk)
* [DCGAN_LatentVector_Slider](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_LatentVector_Slider)
* [DCGAN_Random](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_Random)


**p5.js**
* [DCGAN_LatentVector](https://github.com/ml5js/ml5-examples/tree/development/p5js/DCGAN/DCGAN_LatentVector)
* [DCGAN_LatentVector_RandomWalk](https://github.com/ml5js/ml5-examples/tree/development/p5js/DCGAN/DCGAN_LatentVector_RandomWalk)
* [DCGAN_LatentVector_Slider](https://github.com/ml5js/ml5-examples/tree/development/p5js/DCGAN/DCGAN_LatentVector_Slider)
* [DCGAN_Random](https://github.com/ml5js/ml5-examples/tree/development/p5js/DCGAN/DCGAN_Random)

**p5 web editor**
* [DCGAN_LatentVector]()
* [DCGAN_LatentVector_RandomWalk]()
* [DCGAN_LatentVector_Slider]()
* [DCGAN_Random]()
* [DCGAN_LatentVector](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector)
* [DCGAN_LatentVector_RandomWalk](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector_RandomWalk)
* [DCGAN_LatentVector_Slider](https://editor.p5js.org/ml5/sketches/DCGAN_LatentVector_Slider)
* [DCGAN_Random](https://editor.p5js.org/ml5/sketches/DCGAN_Random)


**plain javascript**
* [DCGAN_LatentVector](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_LatentVector)
* [DCGAN_LatentVector_RandomWalk](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_LatentVector_RandomWalk)
* [DCGAN_LatentVector_Slider](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_LatentVector_Slider)
* [DCGAN_Random](https://github.com/ml5js/ml5-examples/tree/development/javascript/DCGAN/DCGAN_Random)



## Demo

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/face-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ faceapi.detectSingle(optionsOrCallback, configOrCallback, cb)
* [FaceApi_Video_Landmarks_LocalModels](https://github.com/ml5js/ml5-examples/tree/development/p5js/FaceApi/FaceApi_Video_Landmarks_LocalModels)
**p5 web editor**
* [FaceApi_Image_Landmarks]() - coming soon
* [FaceApi_Video_Landmarks]() - coming soon
* [FaceApi_Image_Landmarks](https://editor.p5js.org/ml5/sketches/FaceApi_Image_Landmarks)
* [FaceApi_Video_Landmarks](https://editor.p5js.org/ml5/sketches/FaceApi_Video_Landmarks)
**plain javascript**
* [FaceApi_Image_Landmarks](https://github.com/ml5js/ml5-examples/tree/development/javascript/FaceApi/FaceApi_Image_Landmarks/)
Expand Down
5 changes: 3 additions & 2 deletions docs/reference/feature-extractor.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ featureExtractor.predict(input, ?callback)
* [FeatureExtractor_Image_Classification](https://github.com/ml5js/ml5-examples/tree/development/p5js/FeatureExtractor/FeatureExtractor_Image_Classification)
**p5 web editor**
* [FeatureExtractor_Image_Classification](https://editor.p5js.org/ml5/sketches/4AWAKkeZBx)
* [FeatureExtractor_Image_Regression](https://editor.p5js.org/ml5/sketches/AAA54W1ajd)
* [FeatureExtractor_Image_Regression](https://editor.p5js.org/ml5/sketches/FeatureExtractor_Image_Classification)
* [FeatureExtractor_Image_Classification](https://editor.p5js.org/ml5/sketches/FeatureExtractor_Image_Regression)
**plain javascript**
* [FeatureExtractor_Image_Regression](https://github.com/ml5js/ml5-examples/tree/development/javascript/FeatureExtractor/FeatureExtractor_Image_Regression)
Expand Down
17 changes: 9 additions & 8 deletions docs/reference/image-classifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,15 @@ classifier.classify(?numberOfClasses ,?callback)
**p5.js Web Editor**
* [ImageClassification](https://editor.p5js.org/ml5/sketches/DUxe1Z0DXG)
* [ImageClassification_DoodleNet_Canvas]() - coming soon
* [ImageClassification_DoodleNet_Video]() - coming soon
* [ImageClassification_MultipleImages](https://editor.p5js.org/ml5/sketches/f3rqIqNey5)
* [ImageClassification_Teachable-Machine]() - coming soon
* [ImageClassification_Video](https://editor.p5js.org/ml5/sketches/IlF1JFvWjc)
* [ImageClassification_VideoScavengerHunt](https://editor.p5js.org/ml5/sketches/APzpeXOuEQ)
* [ImageClassification_VideoSound](https://editor.p5js.org/ml5/sketches/Ry7EL4JvA3)
* [ImageClassification](https://editor.p5js.org/ml5/sketches/ImageClassification)
* [ImageClassification_DoodleNet_Canvas](https://editor.p5js.org/ml5/sketches/ImageClassification_DoodleNet_Canvas)
* [ImageClassification_DoodleNet_Video](https://editor.p5js.org/ml5/sketches/ImageClassification_DoodleNet_Video)
* [ImageClassification_MultipleImages](https://editor.p5js.org/ml5/sketches/ImageClassification_MultipleImages)
* [ImageClassification_Teachable-Machine](https://editor.p5js.org/ml5/sketches/ImageClassification_Teachable-Machine)
* [ImageClassification_Video](https://editor.p5js.org/ml5/sketches/ImageClassification_Video)
* [ImageClassification_VideoScavengerHunt](https://editor.p5js.org/ml5/sketches/ImageClassification_VideoScavengerHunt)
* [ImageClassification_VideoSound](https://editor.p5js.org/ml5/sketches/ImageClassification_VideoSound)
* [ImageClassification_VideoSoundTranslate](https://editor.p5js.org/ml5/sketches/ImageClassification_VideoSoundTranslate)
**plain javascript**
* [ImageClassification](https://github.com/ml5js/ml5-examples/tree/development/javascript/ImageClassification/ImageClassification)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/kmeans.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const kmeans = ml5.kmeans(data, ?options, ?callback);
* [KMeans_imageSegmentation](https://github.com/ml5js/ml5-examples/tree/development/p5js/KMeans/KMeans_imageSegmentation/)
**p5 web editor**
* coming soon
* [KMeans_imageSegmentation](https://editor.p5js.org/ml5/sketches/KMeans_imageSegmentation/)
**plain javascript**
* coming soon
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/knn-classifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ knnClassifier.load(path, callback?)
* [KNNClassification_VideoSquare](https://github.com/ml5js/ml5-examples/tree/development/p5js/KNNClassification/KNNClassification_VideoSquare)
**p5 web editor**
* [KNNClassification_PoseNet](https://editor.p5js.org/ml5/sketches/4c7Fgs7baz)
* [KNNClassification_Video](https://editor.p5js.org/ml5/sketches/ZIDZyjW5LM)
* [KNNClassification_VideoSound](https://editor.p5js.org/ml5/sketches/It5-jyEY2R)
* [KNNClassification_VideoSquare](https://editor.p5js.org/ml5/sketches/S3JfKStZ8I)
* [KNNClassification_PoseNet](https://editor.p5js.org/ml5/sketches/KNNClassification_PoseNet)
* [KNNClassification_Video](https://editor.p5js.org/ml5/sketches/KNNClassification_Video)
* [KNNClassification_VideoSound](https://editor.p5js.org/ml5/sketches/It5-KNNClassification_VideoSound)
* [KNNClassification_VideoSquare](https://editor.p5js.org/ml5/sketches/KNNClassification_VideoSquare)
**plain javascript**
Expand Down
16 changes: 15 additions & 1 deletion docs/reference/neural-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,21 @@ neuralNetwork.load(?filesOrPath, ?callback)
- [NeuralNetwork_xy_classifier](https://github.com/ml5js/ml5-examples/tree/development/p5js/NeuralNetwork/NeuralNetwork_xy_classifier)
**p5 web editor**
* coming soon
- [NeuralNetwork_Simple-Classification](https://editor.p5js.org/ml5/sketches/NeuralNetwork_Simple-Classification)
- [NeuralNetwork_Simple-Regression](https://editor.p5js.org/ml5/sketches/NeuralNetwork_Simple-Regression)
- [NeuralNetwork_XOR](https://editor.p5js.org/ml5/sketches/NeuralNetwork_XOR)
- [NeuralNetwork_basics](https://editor.p5js.org/ml5/sketches/NeuralNetwork_basics)
- [NeuralNetwork_co2net](https://editor.p5js.org/ml5/sketches/NeuralNetwork_co2net)
- [NeuralNetwork_color_classifier](https://editor.p5js.org/ml5/sketches/NeuralNetwork_color_classifier)
- [NeuralNetwork_load_model](https://editor.p5js.org/ml5/sketches/NeuralNetwork_load_model)
- [NeuralNetwork_load_saved_data](https://editor.p5js.org/ml5/sketches/NeuralNetwork_load_saved_data)
- [NeuralNetwork_lowres_pixels](https://editor.p5js.org/ml5/sketches/NeuralNetwork_lowres_pixels)
- [NeuralNetwork_multiple-layers](https://https://editor.p5js.org/ml5/sketches/NeuralNetwork_multiple-layer)
- [NeuralNetwork_musical_face](https://editor.p5js.org/ml5/sketches/NeuralNetwork_musical_face)
- [NeuralNetwork_musical_mouse](https://editor.p5js.org/ml5/sketches/NeuralNetwork_musical_mouse)
- [NeuralNetwork_pose_classifier](https://editor.p5js.org/ml5/sketches/NeuralNetwork_pose_classifier)
- [NeuralNetwork_titanic](https://editor.p5js.org/ml5/sketches/NeuralNetwork_titanic)
- [NeuralNetwork_xy_classifier](https://editor.p5js.org/ml5/sketches/NeuralNetwork_xy_classifier)
**plain javascript**
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/pitch-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ detector.getPitch(?callback)
* [PitchDetection_Piano](https://github.com/ml5js/ml5-examples/tree/development/p5js/PitchDetection/PitchDetection_Piano)
**p5 web editor**
* [PitchDetection](https://editor.p5js.org/ml5/sketches/RmX1EsBzKi)
* [PitchDetection_Game](https://editor.p5js.org/ml5/sketches/kQ-qvPySiw-)
* [PitchDetection_Piano](https://editor.p5js.org/ml5/sketches/fzc0dAdUpMs)
* [PitchDetection](https://editor.p5js.org/ml5/sketches/PitchDetection)
* [PitchDetection_Game](https://editor.p5js.org/ml5/sketches/PitchDetection_Game)
* [PitchDetection_Piano](https://editor.p5js.org/ml5/sketches/PitchDetection_Piano)
**plain javascript**
* [PitchDetection](https://github.com/ml5js/ml5-examples/tree/development/javascript/PitchDetection/PitchDetection)
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/pix2pix.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ styleTransfer.transfer(canvas, ?callback)
* [Pix2Pix_promise](https://github.com/ml5js/ml5-examples/tree/development/p5js/Pix2Pix/Pix2Pix_promise)
**p5 web editor**
* [Pix2Pix_callback](https://editor.p5js.org/ml5/sketches/WIvXUJj5fz9)
* [Pix2Pix_promise](https://editor.p5js.org/ml5/sketches/6TX98ozmRf-)
* [Pix2Pix_callback](https://editor.p5js.org/ml5/sketches/Pix2Pix_callback)
* [Pix2Pix_promise](https://editor.p5js.org/ml5/sketches/Pix2Pix_promise)
**plain javascript**
* [Pix2Pix_callback](https://github.com/ml5js/ml5-examples/tree/development/javascript/Pix2Pix/Pix2Pix_callback)
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/posenet.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ poseNet.multiPose(?input)
* [PoseNet_webcam](https://github.com/ml5js/ml5-examples/tree/development/p5js/PoseNet/PoseNet_webcam)
**p5 web editor**
* [PoseNet_image_single](https://editor.p5js.org/ml5/sketches/MmUoz2_thEa)
* [PoseNet_part_selection](https://editor.p5js.org/ml5/sketches/I-alLCVhX3S)
* [PoseNet_webcam](https://editor.p5js.org/ml5/sketches/5FZeotHo76R)
* [PoseNet_image_single](https://editor.p5js.org/ml5/sketches/PoseNet_image_single)
* [PoseNet_part_selection](https://editor.p5js.org/ml5/sketches/PoseNet_part_selection)
* [PoseNet_webcam](https://editor.p5js.org/ml5/sketches/PoseNet_webcam)
**plain javascript**
* [PoseNet_image_single](https://github.com/ml5js/ml5-examples/tree/development/javascript/PoseNet/PoseNet_image_single)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/sentiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sentiment.predict(text)
* [Sentiment_Interactive](https://github.com/ml5js/ml5-examples/tree/development/p5js/Sentiment/Sentiment_Interactive)
**p5 web editor**
* [Sentiment_Interactive]() - coming soon
* [Sentiment_Interactive](https://editor.p5js.org/ml5/sketches/Sentiment_Interactive)
**plain javascript**
* [Sentiment_Interactive](https://github.com/ml5js/ml5-examples/tree/development/javascript/Sentiment/Sentiment_Interactive)
Expand Down
Loading

0 comments on commit 26945e0

Please sign in to comment.