Skip to content

slawiko/imalookalike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imalookalike

What celebrity is your lookalike?

Deployments

We have an instance of the application deployed on DigitalOcean.

Resources

For details look at Model and Index READMEs.

Build and run

To build and run the application locally:

  • Load all needed resources
  • Specify paths to resources in environment variables
    • Linux\MacOS: PATH_TO_DATASET=<path to folder with dataset> PATH_TO_DUMP=<path to dump file> PATH_TO_LANDMARKS=<path to landmarks file>
    • Windows: set PATH_TO_DATASET=<path to folder with dataset> & set PATH_TO_DUMP=<path to dump file> & set PATH_TO_LANDMARKS=<path to landmarks file>
  • Install Docker and use docker-compose:
    • Build with prepared images: docker-compose up
    • Build from source files: docker-compose -f docker-compose-dev.yml up

Authors