feat: Add 2D Gaze estimation models (#34)

* feat: Add Gaze Estimation, update docs and Add example notebook, inference code

* docs: Update README.md
This commit is contained in:
Yakhyokhuja Valikhujaev
2025-12-14 14:07:46 +09:00
committed by GitHub
parent da8a5cf35b
commit 4d1921e531
16 changed files with 1004 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "uniface"
version = "1.3.2"
description = "UniFace: A Comprehensive Library for Face Detection, Recognition, Landmark Analysis, Age, and Gender Detection"
version = "1.4.0"
description = "UniFace: A Comprehensive Library for Face Detection, Recognition, Landmark Analysis, Gaze Estimation, Age, and Gender Detection"
readme = "README.md"
license = { text = "MIT" }
authors = [{ name = "Yakhyokhuja Valikhujaev", email = "yakhyo9696@gmail.com" }]
@@ -14,6 +14,7 @@ keywords = [
"face-detection",
"face-recognition",
"facial-landmarks",
"gaze-estimation",
"age-detection",
"gender-detection",
"computer-vision",