People Count Tool uses AI with YOLOv5, which is a model in the You Only Look Once (YOLO) family of computer vision models. YOLOv5 is commonly used for detecting objects. Fast, precise and easy to train, YOLOv5 has a long and successful history of real time object detection
git clone https://github.com/C3n7ral051nt4g3ncy/PCT
cd PCT
pip install -r requirements.txt or pip3 install -r requirements.txt
python3 pct.py
Once you have launched the python script, head to the Flask development server on:
http://127.0.0.1:5000
- Would love to see Pull Requests and to get help and feedback from the cyber community in order to improve the tool and detection abilities.
- 💡 Idea: Why not get this made into a site which means many more people will be able to use it?
- Also need to look to upgrade to YOLOv8