https://github.com/alfianlosari/facecomparisonmacos
Face Comparison App with SwiftUI and AWS Face Rekognition
https://github.com/alfianlosari/facecomparisonmacos
aws-rekognition face-recognition image-recognition machine-learning macos swift swiftui
Last synced: 4 months ago
JSON representation
Face Comparison App with SwiftUI and AWS Face Rekognition
- Host: GitHub
- URL: https://github.com/alfianlosari/facecomparisonmacos
- Owner: alfianlosari
- License: mit
- Created: 2020-04-13T03:00:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T06:15:42.000Z (about 6 years ago)
- Last Synced: 2025-04-10T16:52:36.657Z (about 1 year ago)
- Topics: aws-rekognition, face-recognition, image-recognition, machine-learning, macos, swift, swiftui
- Language: Swift
- Size: 271 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face Rekognition SwiftUI macOS App

This project is a simple face recognition and comparison macOS App. It uses AWS Lambda and AWS Rekognition service built on top of nodeJS
## Functionality of the application
This application allows to perform face comparison between 2 faces passing source and target input images
## Requirements
- Xcode 11.4
- macOS 10.15
## Setup
- Please deploy the backend using your own AWS Credentials using this backend. https://github.com/alfianlosari/FaceComparisonServerlessAPI
- Replace the baseURL inside the `RekognitionService` using your own URL.