Metadata-Version: 2.4
Name: aelion_vision
Version: 1.2.0
Summary: High-performance, lightweight Computer Vision pipeline with ONNX-powered Emotion & Security Intelligence.
Author-email: Muhammad Ahmad <admin@aelionyxe.com>
Project-URL: Homepage, https://github.com/Aelionyxe/aelion_vision
Project-URL: Bug Tracker, https://github.com/Aelionyxe/aelion_vision/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21.0
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: mediapipe==0.10.14
Requires-Dist: face_recognition>=1.3.0
Requires-Dist: onnxruntime>=1.15.0
Requires-Dist: pyautogui>=0.9.53

# Aelion Vision 🚀
### Enterprise-grade, zero-boilerplate Computer Vision pipeline.

Aelion Vision is a multi-threaded, high-performance wrapper for OpenCV, MediaPipe, and ONNX. Built for extreme speed, it eliminates camera lag using asynchronous threading and provides professional modules for spatial hand tracking, 468-point face mesh, and biometric security.

---

## 🛠️ New in v1.1.0: Intelligence Layer
* **Lightweight Emotions:** ONNX-powered sentiment analysis (No TensorFlow required).
* **Security Vault:** Dlib-based identity verification with 128-D vector matching.
* **Spatial Mouse:** Control your Windows OS using binary hand gestures.
* **Zero-Lag Core:** Asynchronous camera handling for high-FPS processing.

---

## 📦 Installation

Ensure you are using Python 3.8+ and run:

```bash
pip install aelion-vision
