ageitgey / ageitgey/face_recognition

Any idea how PHP framework to use this project ?

Open
#429 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
56.8k
Forks
13.7k
PR merge metrics
No merged PRs in 30d

Description

Description

I have a simple Laravel Project, it is a PHP Framework. Basically it is an user attendance system. User can punch in and out via android and iOS. I wonder is it possible to do the following.

  1. User capture their picture using front camera and select either "punch in" or "punch out"
  2. Mobile will forward the picture as punch request to Laravel.
  3. Laravel receive punch request and forward picture to 'face_recognition'.
  4. face_recognition process the picture, then return user_id based on that picture.

So far 1,2, I got these covered . But I have no idea how Laravel talk to 'face_recognition' . Can someone give me some idea to do this ? any php wrapper that allow Laravel to talk to 'face_recognition'?

Thanks.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository files, tests, or entry points are named. Start by reviewing the face_recognition Python API and command-line interface, then investigate how the Laravel project could communicate with it. Done would require a clearly scoped integration approach and documented behavior for returning a user ID from an uploaded picture.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php, python
Domain
api, backend, machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.