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

https://github.com/subraatakumar/face-recognition

This is a facial recognition authentication application developed using React and faceapi.js. It allows users to authenticate themselves by scanning their faces using their device's camera.
https://github.com/subraatakumar/face-recognition

Last synced: 10 months ago
JSON representation

This is a facial recognition authentication application developed using React and faceapi.js. It allows users to authenticate themselves by scanning their faces using their device's camera.

Awesome Lists containing this project

README

          

# Face Recognition App

This is a facial recognition authentication application developed using React and faceapi.js. It allows users to authenticate themselves by scanning their faces using their device's camera.

## Demo

🔵 You can find a live demo of the application [here](http://facerecog.enhanceme.in).

## Screenshots

## Features

- Facial recognition authentication with demo and custom user faces
- Client side user login

## Technologies Used

- react & react-router-dom
- face-api.js
- tailwindcss & @headlessui/react

## Installation

1. Clone the repository:

```bash
git clone https://github.com/subraatakumar/Face-Recognition.git
```

2. Navigate to the project directory:

```bash
cd ./face-recognition
```

3. Install the dependencies:

```bash
npm install
```

4. Start the application:

```bash
npm run dev
```

The application will be running at http://127.0.0.1:5173/.

## Contributing

Contributions are welcome! If you find any bugs or want to improve the application, feel free to open an issue or submit a pull request.

## License

This project is licensed under the MIT License.