Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 356 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 356 Bytes

Face-recognition-using-SVM

It is simple face classification using the Oliviet face dataset and Support Vector Machine. I have trained SVM classifier to classify the faces. The dataset is Oliviet face dataset that can be imported in scikit learrn. After training the model can recognise faces with aroung 99% accuracy. It is written in jupyter notebook.