Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 716 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 716 Bytes

Face detection autolock

Uses face recognition to detect if someone is using the device and locks after a certain period of time

⚠️ Only works with windows!

Table of Contents

Installation

  1. Clone the repo
  2. Install Python
  3. Install packages: pip install -r requirements.txt
  4. Edit the config (at the top of the file)
  5. Run it! python main.py

Contributing

Feel free to contribute! This was a mess I created in 2 hours so there's probably gonna be bugs, so if you find any or just want to add a feature, open a PR!

License

MIT, feel free to do whatever