An open API service indexing awesome lists of open source software.

https://github.com/exclusiveideas/ai-face-detection

AI face detection is a react app which track the user's face as well as displays a list of possible facial expression based on high probability.
https://github.com/exclusiveideas/ai-face-detection

css face-api-js face-detection html javascript react

Last synced: about 1 year ago
JSON representation

AI face detection is a react app which track the user's face as well as displays a list of possible facial expression based on high probability.

Awesome Lists containing this project

README

          

# AI-FACE DETECTION

### Brief Intro

AI face detection is a web app which track the user's face and displays a list of possible fcaial expression based on high probability using the face-api.js library.

### STACK
[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://github.com/Exclusiveideas)

### Installation Steps
**1. First clone the project by running**

``` git clone https://github.com/Exclusiveideas/ai-face-detection.git ```

**2. Go into the project directory**

``` cd ai-face-detection ```



**3. Install all the required dependencies**

``` npm i ```



**4. Start the application development server**

``` npm start ```


**The app is now running**

#### Don't forget to star this repository✨✨.