The article is devoted to the methodology and new technology of image and face recognition, which are relevant during the pandemic and distance learning. The methods used to create image recognition technologies and their practical results are considered in detail. The result of the Face ID algorithm using the face recognition method was shown in a web application. During the experiment, the advantages and disadvantages of the face recognition method were determined. The article contains a comparative indicator of facial recognition methods in the following categories: facial recognition accuracy; face recognition time; the occurrence of a problem in facial recognition. Among the methods of facial recognition for a web application, the Viola-Jones method showed the best results.
The article shows the result of using the Viola-Jones method for authentication and identification on a real example. The program code of the Viola-Jones method in the PHP programming language is given.