Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 958 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 958 Bytes

SmartC

A Complete Solution for Educational Institutions

Introduction

Logo

SmartC is a platform for educational institutions for accessing and providing effective way of management to students and teachers of a campus

Basic Features

  • Automated attendance collection

  • Face detection during online sessions

  • Access to student data

  • 24X7 helpdesk

Advantages

  • Ensure students attending online

  • Ease access to student data

  • Easy to collect attendance

Library Prerequisites

opencv library

pip install opencv-python

dlib library

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

face recognition library

pip3 install face_recognition