face_recognition icon indicating copy to clipboard operation
face_recognition copied to clipboard

The world's simplest facial recognition api for Python and the command line

Results 284 face_recognition issues
Sort by recently updated
recently updated
newest added

In face_recognition/api.py: - The try/except block on lines 8-13 catches a broad Exception and then calls quit. Code below: try: import face_recognition_models except Exception: print("Please install `face_recognition_models` with this command...

This pull request adds a GitHub Action workflow that runs Pylint on all Python files. Changes: - Added `.github/workflows/pylint.yml` to run Pylint automatically on push and pull requests - This...

Fixes #1569 This pull request fixes a minor typo in the comments of the facerec_from_webcam.py example file. Changed "enqcodings" to "encodings" to improve code clarity. No code logic was changed;...

~/venv/lib/python3.12/site-packages/face_recognition_models/__init__.py:7: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools