Metadata-Version: 2.4
Name: visionlock
Version: 0.2.1
Summary: A simple face-detection + ESP32 demo package for students.
Home-page: https://pypi.org/project/visionlock/
Author: Arjun
Author-email: Arjun <arjun@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/visionlock/
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: License
Requires-Dist: opencv-python
Requires-Dist: face-recognition
Requires-Dist: pyserial
Requires-Dist: numpy
Requires-Dist: dlib-bin
Requires-Dist: cmake
Dynamic: license-file

# VisionLock

VisionLock is a student-friendly Python library that connects **Face Recognition** with **ESP32 hardware** to simulate a smart door lock.

---

## 🔧 Installation

Make sure your system has CMake and Visual Studio Build Tools.
Then run:

```bash
pip install cmake
pip install dlib-bin
pip install face-recognition
pip install opencv-python pyserial numpy
