|
| 1 | +# Attendance-Management-System-using-Kivy-and-OpeCV |
| 2 | + |
| 3 | +This is an app I made using the Kivy Framework and openCV library for python. |
| 4 | +This can be used to manage the attendance for a given class using facial data of students. |
| 5 | +This is a very basic implementation and can be used to extend the app in any desirable direction. |
| 6 | + |
| 7 | +Process Flow: |
| 8 | +1. Either student or the teacher can login. |
| 9 | +2. if student log's in they can mark their attendance by scanning their face using device's camera |
| 10 | + if teacher log's in they have the option to select the desired subject,class, and other details and finally create a lecture slot |
| 11 | + |
| 12 | +How to use the app: |
| 13 | +1. take multiple images of a student and name them in order 1.jpg to n.jpg |
| 14 | +2. store these images in a folder named as the student's name |
| 15 | +3. move these folder into images folder in the project |
| 16 | +4. then run the faces-trained.py file |
| 17 | +5. finally run the main.py file to access the app |
| 18 | + |
| 19 | + |
| 20 | +Project Details: |
| 21 | + Python 3.7.4 |
| 22 | + Kivy 1.11.1 |
| 23 | + Anaconda 1.7.2 |
| 24 | + OpenCV 4.2.0 |
| 25 | + numpy 1.18.1 |
| 26 | + Pillow |
| 27 | + |
| 28 | +For any Help Check Out the references I used: |
| 29 | +1. https://www.youtube.com/watch?v=iluST-V757A&list=PLEsfXFp6DpzRyxnU-vfs3vk-61Wpt7bOS |
| 30 | +2. https://www.pyimagesearch.com/2018/09/24/opencv-face-recognition/ |
0 commit comments