SmartC is a platform for educational institutions for accessing and providing effective way of management to students and teachers of a campus
-
Automated attendance collection
-
Face detection during online sessions
-
Access to student data
-
24X7 helpdesk
-
Ensure students attending online
-
Ease access to student data
-
Easy to collect attendance
pip install opencv-python
Before installing dlib ensure cmake
pip install dlib
Build the main dlib library
cd dlib
mkdir build
cd build
cmake ..
cmake --build .
Build and install the Python extensions:
cd ..
python3 setup.py install
pip3 install face_recognition