Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWS Rekognition] Python Backend App #4

Open
danielkurniadi opened this issue Dec 27, 2019 · 0 comments
Open

[AWS Rekognition] Python Backend App #4

danielkurniadi opened this issue Dec 27, 2019 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@danielkurniadi
Copy link
Member

Descriptions

We propose a python + HTML5 application that streams video from user webcam to the AWS Face Recognition API. The Face recognition API itself is one suit with AWS Rekognition.

The application able to:

  • stream video from webcam and display them back using web browser (HTML) as GUI
  • add user to database as recognised user, mapped to user info/details
  • detect a face in video real-time, then annotate their emotion. If face belongs to a recognised user, application will also server their user info/detail to client/ browser

Why not using Javascript directly to call the API?

Most of our contributor are more familiar with Python, hence we let our Python application be the backbone. HTML5 based gui serve to display the result from the processed video through the web browser. Javascript + CSS to prettify.

@danielkurniadi danielkurniadi self-assigned this Dec 27, 2019
@danielkurniadi danielkurniadi added this to the [Rekognition App] milestone Dec 27, 2019
@danielkurniadi danielkurniadi added good first issue Good for newcomers feature New feature or request and removed good first issue Good for newcomers labels Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant