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
- Host: GitHub
- URL: https://github.com/davphla/face-editing-tool
- Owner: Davphla
- Created: 2023-11-09T07:40:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T20:12:20.000Z (over 1 year ago)
- Last Synced: 2024-07-20T04:26:48.508Z (over 1 year ago)
- Topics: api, artificial-intelligence, face, imageprocessing
- Language: Python
- Homepage:
- Size: 9.99 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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