A-VirtualMakeup / README.md
Anupam202224's picture
Update README.md
0c5ab56 verified

A newer version of the Gradio SDK is available: 5.46.0

Upgrade
metadata
title: A VirtualMakeup
emoji: πŸ“š
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false

Makeup Application

This project applies makeup to faces in images using dlib and OpenCV.

Installation

  1. Install system dependencies for dlib:

    apt-get update
    apt-get install -y cmake
    
  2. Install Python packages:

    pip install -r requirements.txt
    
  3. Download and extract the facial landmark predictor:

    wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
    bunzip2 shape_predictor_68_face_landmarks.dat.bz2
    

Usage

Run the application:

python app.py


Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference