This project uses a webcam and facial recognition to identify individuals and display their associated debt status. It employs OpenCV in Java to detect faces in real-time, compare them with preprocessed reference images, and overlay relevant information on the video feed. The goal is to demonstrate a simple identity-based lookup system using computer vision.