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
- Host: GitHub
- URL: https://github.com/ruisiang/face2id
- Owner: RuiSiang
- Created: 2024-01-15T19:58:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T18:38:57.000Z (over 2 years ago)
- Last Synced: 2025-04-15T12:24:27.411Z (about 1 year ago)
- Topics: biometrics, face-recognition, identification, machine-learning, nodejs
- Language: JavaScript
- Homepage: https://face2id.org
- Size: 16.9 MB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Face2ID

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) |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
|  |  |
## Run
### Nodejs
```
npm install
npm start
```
### Docker
```
# Both AMD64 and ARM are supported
docker run --name face2id ruisiang/face2id
```