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

https://github.com/davphla/face-editing-tool

Tool to edit and filter faces using AI and basic image processing function
https://github.com/davphla/face-editing-tool

api artificial-intelligence face imageprocessing

Last synced: about 2 months ago
JSON representation

Tool to edit and filter faces using AI and basic image processing function

Awesome Lists containing this project

README

          

# Face Censoring Tool for Image Processing Class

## Introduction

This is a simple tool for applying filter on faces in images. It is written in Python and uses facenet for Face Detection, PIL for image I/O, and our own mosaic function.

## How to Use

### install requirements
```shell
python -m venv venv

source venv/Scripts/activate

pip install requirements.txt
```

### Run
```shell
python sources/app.py
```
you can see that server is running on http://localhost:5000.

## API Endpoint
### /hello
### /upload
### /change