Bomani Oseni McClendon
Bomani Oseni McClendon
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...
Fixes #1145. Since we no longer support YOLO as a singular modal and have hidden it from our documentation, I think we should also delete the examples. This PR doesn't...
Right now, it seems all of the routes come back in Polyline format automatically. Can you add a way to have this set to GeoJSON through a parameter?
Is it possible to access for each part (step) of the route? For example, how would I go about turning a drive down Townsend Street to red, and a drive...
See the keypoint map: https://github.com/tensorflow/tfjs-models/blob/master/facemesh/mesh_map.jpg In the ml5.js Facemesh model, we can consider providing some functions that return an array of keypoints for useful facial landmark ranges like the left...
I believe that this Code of Conduct could be improved by considering ml5.js's relationship with our sponsor Google. ML work that Google has done (or may do in the future)...
The docs live in the ml5-library repository. We should delete the docs/ folder in this repository to reduce any confusion about where this content lives!
The BLMSolidarityModal uses extensive inline styles. Instead, we can use classes to add styling to this component and remove redundancy. The BLMSolidarity component exists in this file: https://github.com/tlsaeger/ml5-website/blob/e65a41f90078e26c940eb4c8c90d6d7466156060/src/templates/home-page.js
It looks like we have an issue where the hamburger menu icon for navigation on our docs is in the bottom left corner instead of in the top left corner....
Hi all! I am noticing that the `npm run build` command doesn't always exit after successful completion of the build, which causes timeout failures while using this approach in CI....