prasadus92/face-recognition
A Java-based face recognition system that uses eigenfaces for face recognition under various conditions including expressions, occlusions, and pose variations.
173Stars
55Forks
28Claude Commits
JavaLanguage
face-detectionface-recognitionimage-processingjavamysql
First Claude commit: Jan 27, 2026Last Claude commit: 2mo agoDiscovered: Apr 15, 2026
Recent Claude Commits
fix: Checkstyle 12.3.1 for JDK 17 + HaarCascadeLoader NFE wrapping
458463b2mo agoauthor_emailfeat(detection): real Viola-Jones via bundled OpenCV Haar cascade
fd653832mo agoauthor_emaillicense: relicense from GPL-3.0 to Apache License, Version 2.0
f3c5f342mo agoauthor_emailbuild: apply queued Dependabot bumps and fix SkinColorDetector FP equality
dc7ddc52mo agoauthor_emailbuild: upgrade to Spring Boot 4.0.5 + springdoc 3.0.3
da93be32mo agoauthor_emailchore: drop unused parameters flagged by CodeQL
ff521342mo agoauthor_emailtest: add MockMvc, auto-config, filter, health and concurrency tests
c2efc3d2mo agoauthor_emailfeat(api): request correlation, rate limiting, metrics, health indicator
2dd8dfb2mo agoauthor_emailfeat: configuration-driven bean graph, thread-safe service, ONNX scaffold
f9eca4b2mo agoauthor_emailbuild: upgrade to Spring Boot 3.2.5 + Java 17 and add real quality gates
402a50b2mo agoauthor_emaildocs: rewrite README/ROADMAP/CHANGELOG and add community files
a78bfc92mo agoauthor_emailfix: Allow zero milliseconds in timing assertion
7a0b30e4mo agoauthor_emailfix: Replace Graphics2D with explicit pixel init for Java 11 compatibility
88598bd4mo agoauthor_emailfix: Resolve remaining test failures
2d3e8004mo agoauthor_emailfix: Resolve JUnit version conflict and test failures
b77ae954mo agoauthor_emailchore: Update author to Prasad Subrahmanya
1e891974mo agoauthor_emailfix: Replace invalid allMatch on double arrays with stream-based check
81048164mo agoauthor_emailfix: Correct method name in FeatureVectorTest
42374374mo agoauthor_emailfix: Convert Path to String for loadCustomDirectory call
4712c9f4mo agoauthor_emailfix: Replace Java 15+ text blocks with Java 11 compatible strings
c9827864mo agoauthor_emailfix: Resolve remaining compilation errors for Java 11 compatibility
35d131d4mo agoauthor_emailfix: Resolve compilation errors causing CI build failures
2a9763a4mo agoauthor_emailfix: Add error handling for matrix inversion in FisherfacesExtractor
b6f721f4mo agoauthor_emailrefactor: Remove legacy GUI and fix build configuration
e3e647e4mo agoauthor_emailfeat: Update CI/CD pipeline and add infrastructure components
6b869194mo agoauthor_emailfeat: Add PerformanceBenchmark for timing analysis
9c810324mo agoauthor_emailfeat: Complete production-grade face recognition system
d16be4e4mo agoauthor_emailfeat: Major architecture overhaul and feature additions
a4121524mo agoauthor_email