ageitgey / ageitgey/face_recognition
Any idea how PHP framework to use this project ?
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.
- User capture their picture using front camera and select either "punch in" or "punch out"
- Mobile will forward the picture as punch request to Laravel.
- Laravel receive punch request and forward picture to 'face_recognition'.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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