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

https://github.com/innerlee/facecrop

Crop face from photo
https://github.com/innerlee/facecrop

Last synced: 23 days ago
JSON representation

Crop face from photo

Awesome Lists containing this project

README

        

# Crop face from photos

### Usage

```bash
./face_crop.py --in-dir sample --out-dir output
```

### Install

Install dependency [`face_recognition`](https://github.com/ageitgey/face_recognition) first.
Then clone the repo and have fun!