Face Search AI is a web application that analyzes and compares faces using a source image and find matching faces in the target image using machine learning, powered by AWS.
Nobody can notice Leonardo DiCaprio in a crowd, but AI can:
- Create an AWS account
- Create an IAM user and generate credentials, create AWS access key and AWS secret access key that you can add to
.env
file. Ensure the IAM user has full access to AWS Rekognition.
Note: Every request will incur a very small cost on your AWS account. In North Virginia region, it'll cost $0.001 for every request.
npm run build
npm run server
Then open http://localhost:3100/ in your browser.