# FaceRecognition_Dlib_KNN **Repository Path**: hugh_sun/FaceRecognition_Dlib_KNN ## Basic Information - **Project Name**: FaceRecognition_Dlib_KNN - **Description**: Face Recognition using Dlib and KNN - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FaceRecognition_Dlib_KNN Face Recognition using Dlib and KNN ## Requirements To play with the trained model or to train the model, only need: * Python 3.5.4 * Numpy 1.14 * OpenCv 3.4.0 * Tensorflow 1.2.1 * sklearn 0.19.1 * skimage 0.13.1 ## Getting Started To train the model,directly run: ```Python python train.py ``` To play with the trained model for prediction or recognition,run the following script from the directory ```Python python recognition.py --image_path=./test_dir/bush.jpg ``` ```Python python recognition.py --image_path=./test_dir/blair.jpg