Skip to content

Web-based application that will find a face on image sets using AI and Machine Learning

License

Notifications You must be signed in to change notification settings

irwansetiawan/face-search-ai

Repository files navigation

Introduction

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:

preview

Requirements

  1. Create an AWS account
  2. 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.

Run in localhost

npm run build
npm run server

Then open http://localhost:3100/ in your browser.

About

Web-based application that will find a face on image sets using AI and Machine Learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published