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

Eliminate additional face-recognition "local" server dependency #19

Open
ojaswa1942 opened this issue May 30, 2020 · 0 comments
Open

Eliminate additional face-recognition "local" server dependency #19

ojaswa1942 opened this issue May 30, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ojaswa1942
Copy link
Owner

Background: The facerecognition part is carried by a local flask server which initiates the webcam/camera and returns the identified user as response.

Problem: Requires the flask server to be running on client-end. Cannot be abstracted to server due to use of local display server to view live recognized stream

Possible Solutions:

  • Use tensorflow to process model in browser, however this will lead to exposure of our model and weights in a production environment which may not be appreciable considering the integrity of votes.
  • Send video stream from client to server and process the stream at server-end (will require major changes in both client and server).
@ojaswa1942 ojaswa1942 added enhancement New feature or request help wanted Extra attention is needed labels May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant