Metadata-Version: 2.1
Name: sleep-detection-app
Version: 0.1.0
Summary: パッケージの簡単な説明
Home-page: https://github.com/yokota26262626/sleep-detection-app
Author: haoto_yokota
Author-email: s2222097@stu.musashino-u.ac.jp
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Sleep Detection App

This Python application detects if the user is sleeping using the computer's webcam. It uses face detection and eye closure detection to determine if the user is asleep. If the user is away from the computer, they can press a button to temporarily pause the alarm and detection. They can resume detection by pressing another button when they return.

## Installation

You can install the Sleep Detection App via pip:

```bash
pip install sleep-detection-app
