-
Notifications
You must be signed in to change notification settings - Fork 287
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
SmartAttandance #350
SmartAttandance #350
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main Readme.md list of python scripts is not updated @raj-mistry-01
Also make sure it is updated in alphabetical order
I have Updated README.md as per your request that (alphabetical order mentained) I hope it helps , Looking for further contribution for the repo... Thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the idea into .md file not txt file.
I have already added it in my Smart Attendance System Folder , I have uploaded the screenshot in the previous request Thank you , Looking for the further contribution to the repo.. |
@DhanushNehru
PR Title
Computer Vision Small Script
Summary
summary...
Student Attendance Using QRcode
Description
Now first we should have the students's data We have name and roll number of the students stored in a data.csv We will encode the each student's name(a string) into a qrcode
In main.py first we will read the data.csv and make a list of name and their rollnumber By cv2 , If a student is present it will give his or her code to camera , we will decode it and by decoding it we will get his or her name after that we will remove his or her name from name list Which names are left in list ,simple logic they are absent
Idea Text Is What Is It
The changes are as follows:
Checks
in the repository
in the PR
Thank You, Looking for the further contribution to repo
[Raj Mistry]