Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 👥 Crowd Detection Script

## Overview
This is a simple Python script that estimates the number of people in an image using a crowd detection function. The project demonstrates basic usage of a pre implemented detection module to process an input image and return an estimated crowd count.

This repository is a forked project and has been used for learning and experimentation purposes.

---

## How It Works
- An image path is provided as input
- The image is passed to a crowd detection function
- The function analyzes the image and returns an estimated count
- The result is printed to the console

---

## Usage
1. Place the image inside the `images` folder
2. Update the image path in the script if needed
3. Run the script

```bash
python main.py