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

https://github.com/ruisiang/face2id

Project to quickly transform face biometrics into UUIDs
https://github.com/ruisiang/face2id

biometrics face-recognition identification machine-learning nodejs

Last synced: about 1 year ago
JSON representation

Project to quickly transform face biometrics into UUIDs

Awesome Lists containing this project

README

          

# Face2ID

![](https://raw.githubusercontent.com/RuiSiang/Face2ID/main/images/social.png)

Saint Lucian hospitals frequently encounter patients lacking official identification, which impedes the reliability of the healthcare system. The current method of recording patient information (first name, last name and date of birth) is prone to human error and potential manipulation, highlighting the need for a more secure and efficient identification system. Face2ID addresses this issue by employing contactless and easily utilizable facial recognition technology to create a biometric hash that serves as a secure and unique identifier for each patient.

## Screenshots

| Desktop (uuid mode) | Mobile (semantic mode) |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| ![](https://raw.githubusercontent.com/RuiSiang/Face2ID/main/images/desktop.png) | ![](https://raw.githubusercontent.com/RuiSiang/Face2ID/main/images/mobile.jpg) |

## Run

### Nodejs

```
npm install
npm start
```

### Docker

```
# Both AMD64 and ARM are supported
docker run --name face2id ruisiang/face2id
```