This project was created following the orientation of dear Erick Wendel, in his classes of "Semana Javascript Expert" edition 7.0 which is a week to learn hard skills of Javascript/Node creating a nice project like this.
- ✅ Learn that a can I use machine learning with javascript using libs google like, TensoFlow.JS.
- ✅ Use Web Works, to run heavy code logic in the background without crashing the screen. Heavy code logic like machine learning on web, recognize hands and blinks in real time.
- ✅ Use pre-trained models from Google to detection things like hands and face.
- ✅ Request the camera of the user media.
- This project was create using Node.js v19.6
- The ideal is that you use the project in Unix environment (Linux). If you are on Windows, is recommend that you use the Windows Subsystem Linux.
-
Run
npm ci
in the folder that containing thepackage.json
file to restore the packages. -
Run
npm start
and then go to the browser at http://localhost:3000 to view the page.
-
Layout: Project based interface Streaming Service of gunnarhawk.
-
Base Project: Erick Wendel