Metadata-Version: 2.4
Name: abstergo-censor
Version: 0.1.0
Summary: Privacy-first CLI to blur faces and license plates (OpenCV Haar cascades)
Author: Abstergo LLC
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: opencv-python>=4.9.0.80
Description-Content-Type: text/markdown

# Abstergo Censor

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](#license)
[![Python](https://img.shields.io/badge/python-3.9%2B-blue.svg)]()

Privacy-first CLI that blurs faces and license plates in images and videos using OpenCV's cascades.

## Install

```bash
pip install abstergo-censor
```

## Usage

Images:
```bash
abstergo-censor input.jpg --out out.jpg --plates
```

Videos:
```bash
abstergo-censor input.mp4 --out out.mp4 --plates
```

## License
MIT
