This project was created as part of a hackathon dedicated to fighting the spread of coronavirus infection
Problem: People unconsciously touch their faces while working at the computer
Idea: Track user face and palms with the webcam using the TensorFlow BodyPix and make sound notification
In the GIF, a video has been inserted for clarity
- Open this DEMO
- Allow access to the camera
- Touch your face to hear the warning tone
To clone and run this application, you'll need Git. From your command line:
# Clone this repository
$ git clone https://github.com/Arcady1/Do-not-touch-your-face.git
# Go into the repository
$ cd Doodle-Recognition-Web/web-page
# Open index.html file
This software uses the following open source packages:
- jQuery "v3.5.1"
- Browserify "^17.0.0"
- TensorFlow.js "1.0.0"
- BodyPix - Person Segmentation "2.0"
- TensorFlow Blog
- BodyPix: Real-time Person Segmentation in the Browser with TensorFlow.js - The full article on BodyPix segmentation at TenserFlow Blog
- Doodle Recognition - Web app classsificator based on the Quick, Draw! Dataset.
- Pomodoro Bot - Telegram bot with the pomodoro timer
MIT