--- title: FaceAnalysis emoji: 📈 colorFrom: indigo colorTo: indigo sdk: gradio sdk_version: 5.49.1 app_file: app.py pinned: false license: mit short_description: extracts face features, gender, age, landmarks, ... --- ## Unofficial [FaceAnalysis](https://huggingface.co/spaces/leonelhs/FaceAnalysis) Implementation FaceAnalysis is the 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. For users who prefer a ready-to-use solution, consider installing the full package: pip install insightface ## 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**