Merge pull request #1608 from IhebHaboubi/add-face-recognition

Add face_recognition
This commit is contained in:
Vinta Chen 2020-09-03 18:01:37 +08:00 committed by GitHub
commit 8743e36508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for Computer Vision.*
* [EasyOCR](https://github.com/JaidedAI/EasyOCR) - Ready-to-use OCR with 40+ languages supported.
* [Face Recognition](https://github.com/ageitgey/face_recognition) - Simple facial recognition library.
* [Kornia](https://github.com/kornia/kornia/) - Open Source Differentiable Computer Vision Library for PyTorch.
* [OpenCV](https://opencv.org/) - Open Source Computer Vision Library.
* [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr).