Skip to content

As a part of Idealabs Hackathon, we team Super Heroes 🦸‍♂️ developed a prototype SmartC as solution for eductional institutions.

Notifications You must be signed in to change notification settings

edwinmartin28/SmartC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

As a part of Idealabs Hackathon, we team Super Heroes 🦸‍♂️ developed a prototype SmartC as solution for eductional institutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.3%
  • Python 23.7%