/mediapipe-facelandmark-demo

Mediapipe faceLandmarker demo project

Primary LanguageTypeScriptMIT LicenseMIT

Animate 3D avatar face using MediaPipe's face-landmark model.

This project aims to test and demonstrate the capabilities of MediaPipe's new face landmark model, which outputs 52 blendshapes. These blendshapes can be interactively tested with avatars from Ready Player Me, with additional features available for customizing these avatars.

Prerequisites

This project requires Node.js to be installed on your local machine.

Installation

  1. Clone the repository:
    git clone https://github.com/jays0606/mediapipe-facelandmarker-demo.git
  2. Navigate into the project directory:
    cd mediapipe-facelandmarker-demo
  3. Install the necessary dependencies:
    npm install
  4. Run the following command, Open your browser and visit http://localhost:3000 to view the project.
    npm run dev

Built With

This project was created using:

Contact

Jaeho Shin - jaehoshin62@gmail.com