Click the following like to see the demo Video ![Face Recognition](https://user-images.githubusercontent.com/55908198/115829629-d5f43600-a42c-11eb-9d2a-2da0014b1c1d.gif)
- Minimum Accuracy: 60% (Terms: Proper lighting during Capture & Predict)
- Can detect & identify multiple faces at same time.
- Great but simple UI.
- Comes with builtIn feature like Capture Raw Photos, Import Raw Photos, Predict
- Conusmes less storage --> All the raw & imported phots are conveted to grayscale before saving to disk ,Thus consumes less memory
- Average Disk storage consumption for one person <= 1MB
Warning!
- Must have latest python 3.7 Installed with Librarys: opencv, tkinter, os
- Not for Commercial use
$> pip install opencv-contrib-python $> pip install numpy $> pip install tkinter