ridaarif98 / face-detect

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

Home Page:https://face-detect-604y.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://face-detect-604y.onrender.com/


Languages

Language:JavaScript 66.3%Language:CSS 17.0%Language:HTML 16.8%