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.
- Host: GitHub
- URL: https://github.com/subraatakumar/face-recognition
- Owner: subraatakumar
- License: mit
- Created: 2024-06-26T03:28:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T03:35:17.000Z (about 2 years ago)
- Last Synced: 2025-03-25T03:57:46.525Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://facerecog.enhanceme.in
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.