├── AMS_Run.py ├── Attendance └── Manually Attendance │ └── OOP_2019_02_22_Time_11_32_41.csv ├── README.md ├── Screenshot (31).png ├── Screenshot (33).png ├── Screenshot (35).png ├── Screenshot (38).png ├── StudentDetails └── StudentDetails.csv ├── TrainingImageLabel └── Trainner.yml ├── haarcascade_frontalface_alt.xml ├── haarcascade_frontalface_default.xml ├── testing.py ├── training code.txt └── training.py /AMS_Run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/AMS_Run.py -------------------------------------------------------------------------------- /Attendance/Manually Attendance/OOP_2019_02_22_Time_11_32_41.csv: -------------------------------------------------------------------------------- 1 | ID,ENROLLMENT,NAME,DATE,TIME -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot (31).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/Screenshot (31).png -------------------------------------------------------------------------------- /Screenshot (33).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/Screenshot (33).png -------------------------------------------------------------------------------- /Screenshot (35).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/Screenshot (35).png -------------------------------------------------------------------------------- /Screenshot (38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/Screenshot (38).png -------------------------------------------------------------------------------- /StudentDetails/StudentDetails.csv: -------------------------------------------------------------------------------- 1 | Enrollment,Name,Date,Time 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /TrainingImageLabel/Trainner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/TrainingImageLabel/Trainner.yml -------------------------------------------------------------------------------- /haarcascade_frontalface_alt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/haarcascade_frontalface_alt.xml -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/testing.py -------------------------------------------------------------------------------- /training code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/training code.txt -------------------------------------------------------------------------------- /training.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAMIHA/Face_recognition_proj/HEAD/training.py --------------------------------------------------------------------------------