This is a simple web application that uses face-api.js to perform face detection and capture faces.
- Face detection in images
- Displaying face landmarks (optional)
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your machine.
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
- 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.
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.