Metadata-Version: 2.1
Name: face_analysis_lite
Version: 0.1.0
Summary: Library for facial region detection and extraction
Home-page: https://github.com/leonelhs/faceanalysis
Author: leonel hernandez
Author-email: leonelhs@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: onnx>=1.19.0
Requires-Dist: onnxruntime>=1.22.1
Requires-Dist: opencv-python>=4.12.0.88
Requires-Dist: scikit-image>=0.25.2
Requires-Dist: huggingface-hub>=0.35.3

## Unofficial [FaceAnalysis](https://huggingface.co/spaces/leonelhs/FaceAnalysis) Implementation

FaceAnalysis is a core library used for facial region detection and extraction.
Future contributors and maintainers should review the official or reference
implementations for details and updates:
-[Surce face_analysis.py](https://github.com/deepinsight/insightface/blob/master/python-package/insightface/app/face_analysis.py)

The goal of this project is to enable quick integration into other systems
while minimizing external library dependencies.

## Acknowledgments

This work preserves key functionality from the original authors:
- [Deepinsight Insightface](https://github.com/deepinsight/insightface)

## Contact

For questions, comments, or feedback, please contact:  
📧 **leonelhs@gmail.com**
