An application that uses your webcam to detect and alert you when you're pulling your hair, helping you be mindful of this behavior.
- Real-time pose detection using TensorFlow.js
- Desktop notifications when hair pulling is detected
- Visual feedback with detection area and distances
- Runs in the background with minimal UI
- Install dependencies:
npm install
- Start the development version:
npm start
- Build the application:
# For development build
npm run pack
# For production build
npm run dist
The packaged application will be in the dist
folder.
- Launch the application
- Grant camera permissions when prompted
- The app will monitor your hand movements
- You'll receive notifications if hair pulling is detected
- Click the notification to focus the app window
- macOS 10.13 or later
- Webcam
- System notifications enabled