Skip to content

ayushmehar7/Counting-Persons-in-an-Image-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple program which detects the number of faces in an image.

Required Libraries:

  1. NumPy
  2. Matplotlib
  3. OpenCV
  4. MTCNN
  5. Keras
  6. 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.

About

Counting the number of persons in an image using Computer Vision and Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published