This document summarizes a research paper on developing a criminal face identification system using computer vision and machine learning techniques. It discusses how face recognition works and various algorithms that can be used, including Eigenfaces, Fisherfaces, SIFT, SURF and LBPH. The proposed system uses LBPH to extract features from faces, divide images into grids, and create histograms to represent facial data. It then compares histograms to identify faces by calculating distances between histograms. The goal is to accurately identify criminals by matching faces to a database and retrieving personal details. The system was tested and able to detect, verify and identify faces to some degree of accuracy.