├── .gitignore ├── Face detection complete.py └── Face_cascade.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indhu1703/face-recognization/HEAD/.gitignore -------------------------------------------------------------------------------- /Face detection complete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indhu1703/face-recognization/HEAD/Face detection complete.py -------------------------------------------------------------------------------- /Face_cascade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indhu1703/face-recognization/HEAD/Face_cascade.xml --------------------------------------------------------------------------------