Skip to content

Danielto1404/make-me-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
        ...