Skip to content

Latest commit

 

History

History
79 lines (66 loc) · 2.9 KB

README.md

File metadata and controls

79 lines (66 loc) · 2.9 KB

Hey Wake Up


License: GPL v3 Ask Me Anything ! PyPI status Python 3.7 made-with-opencv Raspberry Pi

made-with-python built-with-love cc-nc-sa

This system is currently under development and is always being updated.

# TODO
Create contents docs

Table of contents

Folder Structure

.
├── LICENSE
├── README.md
├── app.py
├── data
│   ├── etc
│   │   └── NanumGothic-Bold.ttf
│   ├── library
│   │   └── gaze_tracking
│   │       ├── __init__.py
│   │       ├── calibration.py
│   │       ├── eye.py
│   │       ├── gaze_tracking.py
│   │       └── pupil.py
│   └── model
│       ├── cascade
│       │   ├── haarcascade_eye.xml
│       │   ├── haarcascade_frontalface_alt.xml
│       │   ├── haarcascade_frontalface_alt2.xml
│       │   ├── haarcascade_frontalface_alt_tree.xml
│       │   ├── haarcascade_frontalface_default.xml
│       │   └── lbpcascade_frontalface.xml
│       └── landmark
│           └── shape_predictor_68_face_landmarks.dat
├── main.py
├── temp
│   ├── fps_optimize.py
│   └── temp.py
└── templates
    └── index.html

Licensing

The GNU GPLv3.0 License 2021 KIM DONGHEE