DEV Community

Discussion on: 16 side project GitHub repositories you may find useful

Collapse
 
michaelcurrin profile image
Michael Currin

I don't if this uses the same tech as your princess project, but it reminds me of this YouTube video
youtu.be/dDIk1Tmnj9A

It covers how to train a ML model in your browser using a webcam and then you can download the model for offline predictions on the frontend.

It uses Tensorflow.js

Collapse
 
atapas profile image
Tapas Adhikary • Edited

Your project looks awesome Mike! You have explained it well in the video.

My Princess project uses the Teachable Machine to train and create the model. Then I use ml5.js to classify and the HTML5 video API to get the stream.

Collapse
 
michaelcurrin profile image
Michael Currin

I'm glad you like it. I just found it looking for tech YouTube videos. I haven't made my own.

Oh right I see ml5 in dependencies.
I want to look into using their flow and your project. I have a project around Thomas the Tank Engine where playing a sound on recognizing an object on cam would be useful.

Thread Thread
 
atapas profile image
Tapas Adhikary

Sure! Thanks.