/Browse-the-webpage-with-hands.

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.

Primary LanguageJavaScript

Browse the webpage with hands.

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.

Acquired knowledge

  • ✅ 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.

Preview

Pre-reqs.

  • 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.

Running.

  • Run npm ci in the folder that containing the package.json file to restore the packages.

  • Run npm start and then go to the browser at http://localhost:3000 to view the page.

Credits