This is a simple project to recognize faces using 'webcam', by comparing faces with images in the 'data' file, if the person is in the image file a green box appears around the person's face with his name printed on the screen which is the name of the image placed in the image file, if the image of the person in front of the camera is not in the image file a red box appears around the person's face with Unknown printed.
This project is licensed under the MIT License, which allows unrestricted sharing and modification of the project. See the LICENSE file for more details.
- The project is completely open source.
- You can delete or add images in the 'data' file and this will not affect the writing of the code.
- In the code, change the path of the 'data' file in the 'path' variable in the code.
