Commit Graph

1 Commits

Author SHA1 Message Date
itamar8910 d4292a8fb2 Face recognition with knn (#250)
* face recognition with knn

* improved knn, added doc and tests

* updated for flake8

* fixed requirements

* fixed paths in test

* fixed additional paths in test

* updated tests

* updated readme

* Add recognition with k-nearest-neighbors classifier

* Correcting for PR comments

* remove scikit-learn from global requirements

* remove scikit-learn from setup requirements

* Add intro to knn example
2017-12-26 18:10:02 +01:00