Coder Social home page Coder Social logo

aws-rekognition-faces's Introduction

aws-rekognition-faces

AWS Rekognition for comparing faces

Process Flows

Process

1 . You need to create a collection of face images

aws rekognition create-collection \
--collection-id "faces" \
--region us-east-1 \
--profile user2

2. Once step 1 is done you can get the collection name

aws rekognition list-collections \
--region us-east-1 \
--profile user2 

3. Add images to the rekognition AI by sending images to it

aws rekognition index-faces \
--image '{"S3Object":{"Bucket":"scottrekognition","Name":"scott.jpg"}}' \
--collection-id "faces" \
--region us-east-1 \
--profile user2

4. Test by doing something like this

aws rekognition search-faces-by-image \
--image '{"S3Object":{"Bucket":"bucket-name","Name":"Example.jpg"}}' \
--collection-id "collection-id" \
--region us-east-1 \
--profile adminuser
or run python3 detect-many.py

Your Response should be something like this

Matched With 96.99021911621094% Similarity
To FaceId : 32276a6d-f838-558a-bc1b-6f6d6e8b79cf
Which is ImageId : 51b4f021-b8ab-5945-95ed-1c6c02db5b54
With 99.99979400634766 Confidence

aws-rekognition-faces's People

Contributors

jdbholmes avatar sjehutch avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.