Code Monkey home page Code Monkey logo

design-practicum's Introduction

Smart Attendence System Using Face Recognition - Design Practicum, IIT Mandi

Introduction

This project implements a Smart Attendance System using facial recognition technology, designed specifically for IIT Mandi. The system aims to automate the attendance tracking process, making it more efficient and accessible for both faculty and students.

Key features include:

  • Centralized attendance portal accessible to all faculty and students
  • Facial recognition for automated attendance marking
  • Separate dashboards for faculty and students
  • Comprehensive reporting and attendance management tools
  • Integration with IIT Mandi's server infrastructure

The system is divided into four major components:

  1. Model Specifications (using the face-recognition library)
  2. Portal Design and Activation
  3. Server and Database Design
  4. Edge Device for Computation Optimization (Nvidia Jetson Orin Nano)

This solution minimizes cost while maximizing efficiency, providing a scalable attendance automation system for the institution.

Detailed Information

For a comprehensive overview of the project, including technical details, system architecture, and implementation specifics, please refer to our full report:

Link to Full Project Report

Setup Instructions

Follow these steps to set up and run the application:

Prerequisites

  • Node.js version v21.1.0 (or higher)

Installation

  1. Install dependencies

Run the following command in the project root directory:

npm install
  1. Set up Firebase credentials

Save the firebase-credentials.json file to the project root folder. This file contains the necessary authentication information for Firebase services.

  1. Configure database credentials

Open app.js and update the database credentials. Look for a section similar to this:

const db = mysql.createConnection({
  host : 'localhost',
  user : 'root',
  password : 'your_password',
  database : 'your_database'
})

Replace the placeholder values with your actual database credentials.

  1. Start the application

Run the following command to start the application:

node app.js

design-practicum's People

Contributors

vayun-goel avatar

Watchers

 avatar

Forkers

rishabh-s1899

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.