-
Notifications
You must be signed in to change notification settings - Fork 30
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
To add an automated attendance system #92
Labels
enhancement
New feature or request
FastAPI
Uses the FastAPI technology
gssoc-extd
hacktoberfest
hacktoberfest-accepted
Comments
@Vaish-011 , I love your idea but some things needs to be cleared out before you start to contribute. |
Devasy23
added
enhancement
New feature or request
gssoc-extd
hacktoberfest
hacktoberfest-accepted
FastAPI
Uses the FastAPI technology
labels
Oct 15, 2024
Hi @Vaish-011 ,
@Vaish-011 Let me know the approach you are planning to use |
I am considering working on the backend using Python. There will be three
conditions to consider: First, if the face encoding of a child's data is
already present in our database, the system will mark their attendance for
that day. If the attendance is marked more than once, the system will
display a multiple recognition error. Second, if the child is not enrolled,
the system will show a student not found error. I also plan to save the
database using MongoDB in a CSV file containing the student's name, class,
and face encoding.
…On Tue, 15 Oct 2024 at 23:33, Devansh Shah ***@***.***> wrote:
Hi @Vaish-011 <https://github.com/Vaish-011> ,
great idea.
I think that preliminarily, we must have the following functionalities:
1. Create a database that deals with attendance (considering a school
scenario, we must ensure that different standards, classes etc are
supported)
2. Backend call once the face is recognized to mark it attended
3. Appropriate error handling - what if the face detected is not in
the database? or 1 face is detected multiple times?
@Devasy23 <https://github.com/Devasy23> do add on if I missed
something.
@Vaish-011 <https://github.com/Vaish-011> Let me know the approach you
are planning to use
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BITWJ6FXTCHKBYKMVXAPYY3Z3VKF5AVCNFSM6AAAAABP5PHJ5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJUGY3TQMBXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Right - looks good enough :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
FastAPI
Uses the FastAPI technology
gssoc-extd
hacktoberfest
hacktoberfest-accepted
Upon facial recognition, the automated system will record their attendance if the individual has been previously registered.
The text was updated successfully, but these errors were encountered: