Metadata-Version: 2.4
Name: aelion_vision
Version: 1.5.8
Summary: A zero-boilerplate, enterprise-grade Computer Vision ecosystem. Features OCR, Spatial 3D Depth, Biometrics, and ONNX-powered Sentiment 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
Project-URL: Documentation, https://github.com/Aelionyxe/aelion_vision#readme
Keywords: computer-vision,aelion,ocr,biometrics,spatial-depth,onnx,mediapipe,ai,hud
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
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.31,>=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
