-
Hi everyone! I realize there's a new version of the library being developed so this bug doesn't actually have to be addressed, but I thought maybe the learnings of the cause might be good to know …
-
This relates to what I'm working on in terms of custom Image Classification: https://github.com/ml5js/ml5-library/issues/121.
I think we can link out to MNIST, but not necessarily feature it here.…
-
Hi @ziyuan-linn Peter, can we add examples of image + Teachable Machine to the p5 web editor sketch collection (https://editor.p5js.org/ml5/collections/pUzWMkdmE) so that we can use it on the model pa…
-
I have read over here where offline support is added https://github.com/ml5js/ml5-library/pull/553
Just wonder once i start run the server at localhost:5000 how would i be able to port it into my s…
-
(Apologies, I've been modifying this on pages that I reviewed without realizing that there was a style guide...)
To my eyes, the capital `OPTIONAL` looks quite out of place, the website isn't using…
gohai updated
4 months ago
-
As @MOQN mentioned in the meeting, when we declare var for SelfieSegmentation model, we use `let bodyPix;` instead of `let bodySegmentation`. We may want to update this in following two examples:
h…
-
Hi, i have returned back to ml5js and checked basic examples including xor, which seem to be not working as expected, because predict function returns 1 for pair 1,1. I have found few issues here whic…
-
Create a new issue from this. https://github.com/ml5js/ml5-library/issues/717
I'm getting an error saying
`a.default.p5Instance.createGraphics is not a function...` when I try to use the `.flipIm…
-
A while back I wrote a Docsify plugin to automatically insert links to all of the examples. I think it's really good stuff but it's just been sitting there unreviewed. 😭 https://github.com/ml5js/ml5…
-