Skip to content

building a modern face recognition-based attendance system with OpenCV and C++

License

Notifications You must be signed in to change notification settings

Tejas242/Attendy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📋Attendy

A modern face recognition-based attendance system built with OpenCV and C++


[NOTE] I am still learning opencv in C++

Features

  • Real-time face detection and recognition
  • Easy person registration with multiple face angles
  • Simple CLI menu interface(for now)
  • Attendance tracking with timestamps(implemented function but not used)
  • Recent recognition history display
  • CSV export for attendance records(not yet implemented fully)

Quick Start

# Clone the repo
git clone https://github.com/tejas242/attendy.git

# Build the project
mkdir build && cd build
cmake ..
make

# Run the system
./attendance_system

Dependencies

  • OpenCV 4.6.0+
  • OpenCV Contrib Modules
  • CMake 3.10+
  • C++17 compatible compiler

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


Built on 💻 by @screenager

About

building a modern face recognition-based attendance system with OpenCV and C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published