Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 551 Bytes

FaceApp-py

You can transform your face using AI with Faceapp

FaceApp is an Android and iOS application.

This module is an unofficial wrapper to their AI system.

When I wrote this module I looked at https://github.com/t3hk0d3/ruby_faceapp (thx)

How to install:

```git clone git@github.com:veetaw/FaceApp-py.git faceapp```
```cd faceapp && python setup.py install```

How to use:

watch example/test.py