Skip to content

chrisbonilha/hub-facecomparison-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hub-facecomparison

What

This API compares two images and returns the highest face similarity threshold.

Stack

-> Java17 + Spring Boot 3.x
-> AWS Lambda + API Gateway
-> AWS Rekognition
-> Serverless framework

To run locally

First, you need to have Java 17 and Maven installed on your computer. After that, run the following commands in the terminal:

  1. mvn install
  2. java -Dserver.port=8080 -cp target/my-app-with-tomcat.jar com.br.hub.facecomparison.config.SpringApp
  3. Access in your browser: http://localhost:8080/index.html

To deploy (aws provider)

  1. Install serverless framework
  2. run this command: serverless deploy

Test without clone :)

Just access: https://chrisbonilha.github.io/hub-facecomparison-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published