riya-17 / FaceRecognition

Recognizes faces
GNU General Public License v3.0
105 stars 81 forks source link

Made Seperate functions for the main logic of Face Recognition #32

Open The-Nightwing opened 4 years ago

The-Nightwing commented 4 years ago

The main logic of FaceRecognizer is separated into functions now, that perform the important tasks with an optional main function that runs the program as it currently is.

Also, I added 2-3 comments which will help beginners to understand the code easily. issue #30