This API compares two images and returns the highest face similarity threshold.
-> Java17 + Spring Boot 3.x
-> AWS Lambda + API Gateway
-> AWS Rekognition
-> Serverless framework
First, you need to have Java 17 and Maven installed on your computer. After that, run the following commands in the terminal:
- mvn install
- java -Dserver.port=8080 -cp target/my-app-with-tomcat.jar com.br.hub.facecomparison.config.SpringApp
- Access in your browser: http://localhost:8080/index.html
- Install serverless framework
- run this command: serverless deploy
Just access: https://chrisbonilha.github.io/hub-facecomparison-api