Face_Recognition-Using-face_recognition-Python-Library Using Knn Install the following dependencies pip install scipy pip install sklearn pip install CMake pip install dlib pip install face_recognition pip install numpy pip install opencv-python To Run To collect data through IP camera, run collect_data.py To train the knn classifier, run train.py To detect through live stream of IP Camera, run detect_k.py