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.
- Host: GitHub
- URL: https://github.com/exclusiveideas/ai-face-detection
- Owner: Exclusiveideas
- Created: 2022-04-06T05:58:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T06:56:31.000Z (over 3 years ago)
- Last Synced: 2025-03-27T15:48:32.715Z (about 1 year ago)
- Topics: css, face-api-js, face-detection, html, javascript, react
- Language: JavaScript
- Homepage:
- Size: 10.7 MB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
[](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✨✨.