Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Employees (hr) • Discuss (mail) |
Lines of code | 301 |
Technical Name |
Employee_Face_Recognition |
License | LGPL-3 |
Website | http://devscodespace.com/ |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Employees (hr) • Discuss (mail) |
Lines of code | 301 |
Technical Name |
Employee_Face_Recognition |
License | LGPL-3 |
Website | http://devscodespace.com/ |
Face Matching Attendance App
Efficient and Secure Attendance Management for Odoo
About the App
The Face Matching Attendance App leverages advanced facial recognition technology to streamline employee attendance tracking within the Odoo platform.
Features
- Real-time face recognition
- Seamless integration with Odoo's HR module
- Enhanced security and accuracy
Installation Instructions (Ubuntu)
- Download the app from the Odoo App Store.
- Install the module in your Odoo instance.
- Update system packages:
sudo apt update && sudo apt upgrade -y
- Install required dependencies:
sudo apt install -y cmake g++ make
sudo apt install -y libopenblas-dev liblapack-dev
sudo apt install -y libx11-dev libgtk-3-dev python3-dev - Install
dlib
:
pip install dlib
- Install
face_recognition
:
pip install face_recognition
- Verify installation:
python3 -c "import face_recognition; print('Face Recognition Installed Successfully!')"
- Start tracking attendance.
Contact Support
For issues or inquiries, please contact our support team at Ankit@devscodespace.com.
Please log in to comment on this module