Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c3n7ral051nt4g3ncy/pct
People Count Tool (PCT)
https://github.com/c3n7ral051nt4g3ncy/pct
artificial-intelligence flask osint osint-python osint-tool people-counter tool yolov5
Last synced: 14 days ago
JSON representation
People Count Tool (PCT)
- Host: GitHub
- URL: https://github.com/c3n7ral051nt4g3ncy/pct
- Owner: C3n7ral051nt4g3ncy
- License: mit
- Created: 2023-04-23T13:09:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-04T14:42:57.000Z (5 months ago)
- Last Synced: 2024-06-04T16:39:26.074Z (5 months ago)
- Topics: artificial-intelligence, flask, osint, osint-python, osint-tool, people-counter, tool, yolov5
- Language: Python
- Homepage: http://127.0.0.1:5000
- Size: 13.4 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python3.10-1f425f.svg)](https://www.python.org/)
# People Count Tool (PCT) - Artificial Intelligence (AI) to count people on photos
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
# 📷 Tool in action screenshot
# 🖥️ Usage
```
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
```# 🗣️ Improvements and Feedback
- 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