Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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


PCT in action


# 🖥️ 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