Skip to content

ridaarif98/face-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Detect

This is a simple web application that uses face-api.js to perform face detection and capture faces.

Features

  • Face detection in images
  • Displaying face landmarks (optional)

Live

Live

Prerequisite

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed on your machine.

Installation

To set up the project, follow these steps:

  • Clone the repository:
git clone git@github.com:ridaarif98/face-detect.git
cd face-detect
  • Install the project dependencies:
npm install

Usage

  • To start the application, run the following command:
npm start

This will launch the application, and you can access it in your web browser by navigating to http://localhost:3000.

Contributing

Contributions are welcome! If you want to contribute to this project, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix: git checkout -b feature/my-feature or git - checkout -b bugfix/issue-description.
  • Commit your changes and push to your fork.
  • Create a pull request to the main repository.

About

A simple web application that uses the face-api.js library to perform face detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published