Metadata-Version: 2.4
Name: vectify-simplify
Version: 1.0.1
Summary: Enterprise-grade AI image upscaling and multi-threaded vectorization engine.
Author-email: Tu Nombre <tu_correo@ejemplo.com>
Project-URL: Homepage, https://github.com/tu_usuario/vectify
Project-URL: Bug Tracker, https://github.com/tu_usuario/vectify/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python>=4.8.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: onnxruntime>=1.15.0
Dynamic: license-file

# 🚀 Vectify Simplify V8

**Vectify Simplify** is an enterprise-grade, high-performance Python library that combines Artificial Intelligence (ONNX) with advanced mathematical tracing to convert raster images (JPG, PNG) into pixel-perfect, scalable vector graphics (SVG).

## ✨ Key Features
* **🏎️ Hardware Acceleration:** Auto-detects CPU, NVIDIA GPUs (CUDA), and Intel/AMD graphics.
* **🧠 AI Super-Resolution:** Built-in ONNX upscaling.
* **👻 Native Alpha:** Preserves PNG transparency.
* **🎨 Smart Quantization:** Vectorize with up to 64 strict colors.

---

## 📦 Installation
```bash
pip install vectify-simplify
