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

Feature request: Improvement of face-detection-attendance-system-using-OpenCV code #1819

Closed
Harshitmishra001 opened this issue Jun 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Harshitmishra001
Copy link

Is your feature request related to a problem? Please describe.
Currently this code is a bit genralized so i would like to enhance it.

Describe the solution you'd like
The Ways that I have currently Improved this code--->

    Use a DATA_PATH variable to organize your data 

    Break down the code into functions (like load_known_faces, mark_attendance, and recognize_faces) for better structure and 
    reusability.

    Append attendance records to a CSV file (like attendance.csv) for easy record-keeping.

    Display recognized faces with green rectangles and namesand use red rectangles for unknown faces.

    Enable the user to exit the system using the 'q' key.

    Added Comments for better Understanding

I am Done With the coding part just putting this so that I can make a PR

@Harshitmishra001 Harshitmishra001 added the enhancement New feature or request label Jun 2, 2024
Copy link

github-actions bot commented Jun 2, 2024

Hello @Harshitmishra001, Thank you for generating an issue to this project! Please wait while we get back to you.

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

Successfully merging a pull request may close this issue.

2 participants