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.
- 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.