/make-me-up

Make Me Up - Helps you to try out virtual makeup

Primary LanguagePython

Make Me Up – new tool for generating and transfering makeup conditioned by text request.

image image


FrontendReactJS application with client side code for interaction with make-me-up API

Server – backend written on Python using FastAPI framework for serving requests.


Running application:

Download models weights from here and then put them into server/models folder.

    server:
        models:
            - PARSING.pth
            - SG3.pth
            - SSAT.pth
            - W_STDS.pt
        ...