greasepaint

A python library to manipulate the faces. Think snapchat but weirder.


Keywords
art, deep-learning, image-processing, makeup, makeup-api, python
License
Other
Install
pip install greasepaint==0.0.1

Documentation

Greasepaint

A python library to manipulate the faces. Think snapchat but weirder.

Examples

org ThirdEye

Dev Notes:

  • Update the version number in greasepaint/_version.py

  • Test release, check coverage, and lint

  • Push the release to pypi live

    fab lint fab test rm dist/ -rvf && python setup.py sdist twine upload -r test dist/* twine upload dist/*