Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 563 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 563 Bytes

Crowd Counter


This is a project developed as Major project for 8th semester.

We demonstrated application of Deep Learning Algorithms to predict crowd count in an Image.

This computer vision task which is a part of crowd analysis is very handy in many scenerios like safety monitoring, infrastructre planning, scene understanding etc.

To run

  • Install Dependencies
pip insall -r requirements.txt
  • run flask app
python CrowdCounter.py

then open 127.0.0.1:8000 in web browser.

  • CPU supporting AVX instructions is must.