nebey1562 / face_recognition

end-to-end face regontion project based on tensorflow
0 stars 0 forks source link
ai data-augmentation data-pipeline face-recognition keras-models keras-tensorflow neural-network tensorflow vgg16

Face Recognition

Running the Face Detection Model

To run the face detection model, follow these steps:

  1. Open the Real_time_detection.ipynb file.
  2. Run the provided code within the notebook.
  3. This code accesses your webcam and detects whether your face is captured by the camera.

Webcam Code Adjustment

If the webcam code isn't working, you can make the following adjustment:

Output Photo Storage

The output photos captured by the face detection model are stored in the Output folder. You can find the detected face images there.