Face Recognition

This repository contains the implementation of face recognition using Adonis.js, allowing users to register and check faces.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/mdzk/face-recognition.git
  1. Navigate to the project directory:
cd face-recognition
  1. Install dependencies:
npm install
  1. Run migrations:
node ace migration:run
  1. Start the development server:
npm run dev

API Reference

Register Face

PUT /api/register
Parameter Type Description
userId string Required. UUID of item to create or update
face file Required. Image file

Check Face

PUT /api/check
Parameter Type Description
userId string Required. UUID of item to create or update
face file Required. Image file

Acknowledgements

Special thanks to Njin Labs for the original repository.