Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arun2002k/face_detections

Detects faces from real time feeds
https://github.com/arun2002k/face_detections

face-detection opencv python3

Last synced: about 1 month ago
JSON representation

Detects faces from real time feeds

Awesome Lists containing this project

README

        

# Face_Detection

Detect faces from real time camera feed and draws a rectangular boundary around the face and shows the confidence rate

## Installation

Install python packages with pip command

```bash
pip install numpy
pip install argparse
pip install imutils
pip install cv2
```

## Usage

```bash
python faces_detection.py --prototxt deploy.prototxt.txt --model res10_300x300_ssd_iter_140000.caffemodel
```

## Screenshots

![image](https://github.com/arun2002k/face_detections/assets/85438554/92f42f46-0e55-44c3-a34a-166ef88b8ddd)