Virtual-MakeUp-Application

Made use of the following technologies and platforms to complete this project

Tools and Platforms
Google Drive API
Google Colaboratory
Python3
dlib
face_recognition library

The goal of this project is to pull an image from the Google Grive using Google Drive API click here using python or any language that you prefer and apply make up on the image pulled using python libraries.

Input image:

alt text

Output image:

alt text

  1. Google Colaboratory: Create a jupyter notebook on Google Colab and change the runtime environment to GPU
  2. Install and import the following libraries:
Libraries
Google Drive API
Google Colaboratory
Python3
dliv
face_recognition library
  1. Upon successfully pulling the image from the Google Drive, before moving to the next part of make-up application, read about dlib, face_recognition library or refer to any other relevant blog, sites that helps you to better understand it.