Stingray-bit / SlouchDetector

Detecting slouching using ultrasonic distance sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlouchDetector

SlouchDetector is a project aimed at detecting slouching using ultrasonic distance sensors. It monitors the user's posture and provides feedback to encourage maintaining a straight posture.

Table of Contents

Introduction

SlouchDetector leverages ultrasonic distance sensors to detect when a user is slouching. The goal is to promote better posture habits by alerting users when they need to adjust their posture.

Features

  • Real-time slouch detection
  • Alerts for posture correction
  • Easy to set up and use

Installation

  1. Clone the repository:
    git clone https://github.com/Stingray-bit/SlouchDetector.git
  2. Navigate to the project directory:
    cd SlouchDetector
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Connect the ultrasonic sensors as per the setup instructions.
  2. Run the detection script:
    python Detect.py
  3. Follow the on-screen instructions to calibrate and start detecting slouching.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

Detecting slouching using ultrasonic distance sensors

License:MIT License


Languages

Language:Python 100.0%