ml5-library
ml5-library copied to clipboard
Friendly machine learning for the web! 🤖
Dear ml5 community, I'm making a Pull Request(PR). Please see the details below. **A good PR 🌟** ### → Pull Request 📝 > Adding Update > Adding live demo of...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
It's been brought to our attention that word2vec produced a racial slur in a student project. The issue comes from our the inclusion of slurs in the word2vec model files...
Dear ml5 community, I want to thank @shiffman for his awesome videos regarding ML and neural network it's really helpful today i was tryin to use ml5 for a small...
Dear ml5 community, I'm making a Pull Request(PR). Please see the details below. **A good PR 🌟** ### → Step 1: Describe your Pull Request 📝 > Fixing a Bug?...
Dear ml5 community, I'm making a Pull Request(PR). Please see the details below. **A good PR 🌟** ### → Step 1: Describe your Pull Request 📝 > Fixing a Bug?...
I need to use ml5.js for recognition of an audio to detect if the voice is from an animal (like bark or meow) or a background noise. Everything works, but...
Implements some parts of @tlsaeger proposal in [ml5-website issue #187](https://github.com/ml5js/ml5-website/issues/187). - Refactor the `update-examples-json.js` script to group the examples by name. Each name has an array of the various implementations...
Fixes #1145 I'm unsure of the status of existing PR #1183 For p5, move the existing YOLO examples into the ObjectDetector folder and rewrite `ml5.YOLO(modelReady)` as `ml5.objectDetector("yolo", modelReady)`. I also...
Extends #1380 Closes #281 This PR removes some of the hard-coded values in `StyleTransfer` so that it can work with user-trained models which were trained using a different number of...