prasadus92/face-recognition
A Java-based face recognition system that uses eigenfaces for face recognition under various conditions including expressions, occlusions, and pose variations.
171Stars
55Forks
28Claude Commits
JavaLanguage
face-detectionface-recognitionimage-processingjavamysql
First Claude commit: Jan 27, 2026Last Claude commit: 16d agoDiscovered: Apr 15, 2026
Recent Claude Commits
fix: Checkstyle 12.3.1 for JDK 17 + HaarCascadeLoader NFE wrapping
458463b16d agoauthor_emailfeat(detection): real Viola-Jones via bundled OpenCV Haar cascade
fd6538316d agoauthor_emaillicense: relicense from GPL-3.0 to Apache License, Version 2.0
f3c5f3416d agoauthor_emailbuild: apply queued Dependabot bumps and fix SkinColorDetector FP equality
dc7ddc516d agoauthor_emailbuild: upgrade to Spring Boot 4.0.5 + springdoc 3.0.3
da93be316d agoauthor_emailchore: drop unused parameters flagged by CodeQL
ff5213416d agoauthor_emailtest: add MockMvc, auto-config, filter, health and concurrency tests
c2efc3d16d agoauthor_emailfeat(api): request correlation, rate limiting, metrics, health indicator
2dd8dfb16d agoauthor_emailfeat: configuration-driven bean graph, thread-safe service, ONNX scaffold
f9eca4b16d agoauthor_emailbuild: upgrade to Spring Boot 3.2.5 + Java 17 and add real quality gates
402a50b16d agoauthor_emaildocs: rewrite README/ROADMAP/CHANGELOG and add community files
a78bfc916d agoauthor_emailfix: Allow zero milliseconds in timing assertion
7a0b30e3mo agoauthor_emailfix: Replace Graphics2D with explicit pixel init for Java 11 compatibility
88598bd3mo agoauthor_emailfix: Resolve remaining test failures
2d3e8003mo agoauthor_emailfix: Resolve JUnit version conflict and test failures
b77ae953mo agoauthor_emailchore: Update author to Prasad Subrahmanya
1e891973mo agoauthor_emailfix: Replace invalid allMatch on double arrays with stream-based check
81048163mo agoauthor_emailfix: Correct method name in FeatureVectorTest
42374373mo agoauthor_emailfix: Convert Path to String for loadCustomDirectory call
4712c9f3mo agoauthor_emailfix: Replace Java 15+ text blocks with Java 11 compatible strings
c9827863mo agoauthor_emailfix: Resolve remaining compilation errors for Java 11 compatibility
35d131d3mo agoauthor_emailfix: Resolve compilation errors causing CI build failures
2a9763a3mo agoauthor_emailfix: Add error handling for matrix inversion in FisherfacesExtractor
b6f721f3mo agoauthor_emailrefactor: Remove legacy GUI and fix build configuration
e3e647e3mo agoauthor_emailfeat: Update CI/CD pipeline and add infrastructure components
6b869193mo agoauthor_emailfeat: Add PerformanceBenchmark for timing analysis
9c810323mo agoauthor_emailfeat: Complete production-grade face recognition system
d16be4e3mo agoauthor_emailfeat: Major architecture overhaul and feature additions
a4121523mo agoauthor_email