Forensic Sketch Generator project (composite generation + biometric matching).
The resume describes an AI forensic pipeline that generates suspect composites and performs biometric matching from a mugshot database. This includes using computer vision components for face embeddings and segmentation-style parsing, then ranking suspect matches by composite similarity to support downstream decisions. No explicit labeling job is stated; however, the work is consistent with building supervised or benchmark-based model workflows for biometric retrieval and ranking. • Built a forensic AI pipeline integrating Stable Diffusion XL for suspect composite generation. • Implemented a hybrid FAISS + InsightFace + BiSeNet matching system for ranked biometric retrieval. • Added multi-modal biometric scoring using facial embeddings, HSV skin tone analysis, and semantic hair/beard parsing. • Deployed a FastAPI GPU backend with an interactive dashboard and real-time forensic reports.