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

[wip] integrate automated face detection #517

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

redshiftzero
Copy link
Member

@redshiftzero redshiftzero commented Jul 22, 2018

Status

in progress

Description of Changes

Fixes #6

Changes proposed in this pull request:

  • using amazon rekognition to automatically detect faces and add them to the database (this blog post is what really sold me)
  • to do: frontend - display autodetected faces on images displayed in the identification workflow

Notes for Deployment

  • need to set up Redis on staging/prod servers

Tests and linting

  • I have rebased my changes on current develop

  • pytests pass in the development environment on my local machine

  • flake8 checks pass

@redshiftzero
Copy link
Member Author

This needs a rebase but still would be worthwhile. For any interested folks, the remaining pieces are still:

  • Frontend development to expose the identified face on top of the image in the web UI
  • Devops work to add redis to staging/prod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic face detection
1 participant