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.
🔵 You can find a live demo of the application here.
- Facial recognition authentication with demo and custom user faces
- Client side user login
- react & react-router-dom
- face-api.js
- tailwindcss & @headlessui/react
- Clone the repository:
git clone https://github.com/BilalGumus/react-face-auth.git
- Navigate to the project directory:
cd ./react-face-auth
- Install the dependencies:
npm install
- Start the application:
npm run dev
The application will be running at http://127.0.0.1:5173/.
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.
This project is licensed under the MIT License.