/Face-Editing-Tool

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

Primary LanguagePython

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

python -m venv venv

source venv/Scripts/activate

pip install requirements.txt

Run

python sources/app.py

you can see that server is running on http://localhost:5000.

API Endpoint

/hello

/upload

/change