Attendance System Versions Save

A simple, modern and scalable facial recognition based attendance system built with Python back-end & Angular front-end.

v2.1.2

2 years ago
  • Fixed #18, reference->'https://stackoverflow.com/a/67114549'
  • Removed jwt_optional import from jwt_extended

v2.1.1

3 years ago
  • Upgraded to Angular 10
  • #15 Fixed attendance time
  • VideoFeed support added for multiple device cameras

v2.1.0

3 years ago

Upgraded to Angular 10

v2.0.0

3 years ago

#8 Included Angular Front-end Web Application

v1.0.0

4 years ago
  • FEATURE
    • Improved performance for realtime face detection and capturing
    • Made INPUT_VIDEO variable global to all modules in main.py file
    • Directory Structure updated
  • BUGFIXES
    • Fixed Face Recognization Module #1
  • ENHANCEMENT
    • To extract the useful features from the face detected
    • To record the attendance of the identified student
    • Improvement of pictorial information for human
    • Image processing for autonomous machine application
  • MISC
    • Added comments everywhere
    • Fixed all linting errors
    • Made the python linter entirely happy =)