This is a simple program which detects the number of faces in an image.
Required Libraries:
- NumPy
- Matplotlib
- OpenCV
- MTCNN
- Keras
- Tensorflow
You can install these libraries using: pip install <library_name> command.
To import the image replace "PATH" in the notebook with the image path.