├── FaceSeamlessnetry.ipynb ├── README.md ├── face_Recognition.py ├── facefrontend.py └── haarcascade_frontalface_default.xml /FaceSeamlessnetry.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Deep-Learning-Face-Recognition/HEAD/FaceSeamlessnetry.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Deep-Learning-Face-Recognition -------------------------------------------------------------------------------- /face_Recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Deep-Learning-Face-Recognition/HEAD/face_Recognition.py -------------------------------------------------------------------------------- /facefrontend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Deep-Learning-Face-Recognition/HEAD/facefrontend.py -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Deep-Learning-Face-Recognition/HEAD/haarcascade_frontalface_default.xml --------------------------------------------------------------------------------