1 Commits
main ... v1.0.0

Author SHA1 Message Date
thaki-yakhyo
c1c3a27957 Release v1.0.0: First stable release with complete feature set
- Added high-level pipeline API (FacePipeline, process_faces, compare_faces)
- Implemented face detection (RetinaFace, SCRFD)
- Implemented face recognition (ArcFace, MobileFace, SphereFace)
- Added landmark detection (106 points)
- Added attribute analysis (age, gender, emotion)
- Comprehensive examples and documentation
- Cleaned up legacy code and simplified documentation structure
2025-11-09 20:51:07 +09:00
3 changed files with 2 additions and 2 deletions

0
RELEASE_GUIDE.md Normal file
View File

View File

@@ -1,6 +1,6 @@
[project]
name = "uniface"
version = "0.1.9"
version = "1.0.0"
description = "UniFace: A Comprehensive Library for Face Detection, Recognition, Landmark Analysis, Age, and Gender Detection"
readme = "README.md"
license = { text = "MIT" }

View File

@@ -13,7 +13,7 @@
__license__ = "MIT"
__author__ = "Yakhyokhuja Valikhujaev"
__version__ = "0.1.9"
__version__ = "1.0.0"
from uniface.face_utils import compute_similarity, face_alignment