feat: Complete migration to DeepFace with full integration and testing

This commit finalizes the migration from face_recognition to DeepFace across all phases. It includes updates to the database schema, core processing, GUI integration, and comprehensive testing. All features are now powered by DeepFace technology, providing superior accuracy and enhanced metadata handling. The README and documentation have been updated to reflect these changes, ensuring clarity on the new capabilities and production readiness of the PunimTag system. All tests are passing, confirming the successful integration.
This commit is contained in:
tanyar09
2025-10-16 13:17:41 -04:00
parent d300eb1122
commit ef7a296a9b
28 changed files with 5665 additions and 124 deletions
+9 -5
View File
@@ -1,8 +1,12 @@
# Minimal dependencies for CLI photo tagger
face-recognition==1.3.0
face-recognition-models==0.3.0
dlib>=20.0.0
# PunimTag Dependencies - DeepFace Implementation
# Core Dependencies
numpy>=1.21.0
pillow>=8.0.0
click>=8.0.0
setuptools>=40.0.0
setuptools>=40.0.0
# DeepFace and Deep Learning Stack
deepface>=0.0.79
tensorflow>=2.13.0
opencv-python>=4.8.0
retina-face>=0.0.13