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

https://github.com/subraatakumar/face-recognition-authentication-system-prototype

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-authentication-system-prototype

ai face face-authentication face-detection react recognition

Last synced: about 1 month 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](https://subraatakumar.github.io/face-recognition-authentication-system-prototype/).

## Screenshots



Image 1



Image 2



Image 3



Image 3



Image 3

## 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 [email protected]:subraatakumar/face-recognition-authentication-system-prototype.git
```

2. Navigate to the project directory:

```bash
cd ./face-recognition-authentication-system-prototype
```

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/.

```bash
npm run deployee
```

## 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.