Metadata-Version: 2.1
Name: hafdh-nadhar
Version: 0.1.1
Summary: Remove humans from a picture
Author-Email: karim-bouchez <bouchez.karim@gmail.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: opencv-python>=4.8.0.76
Description-Content-Type: text/markdown

# hafdh-nadhar

Package Python that blur human representations from an image


### Installation

```sh
pdm install --dev
```

### Test-it

```sh
pdm run python tests/example.py
```

### Build and publish

```sh
pdm publish --password <API_TOKEN>
```

### Exemple

Before:

![Before](tests/images/boy.jpg)

After:

![After](tests/images/boy-result.jpg)