Skip to content

Student Attendance Management System using Face Recognition. Goto Wiki for full Installation Guide

Notifications You must be signed in to change notification settings

ab007shetty/eattendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e2e6f9 · Sep 9, 2022

History

29 Commits
May 13, 2022
Jun 18, 2021
Jun 18, 2021
May 13, 2022
Aug 21, 2021
Jun 18, 2021
Sep 14, 2021
May 13, 2022
May 13, 2022
Jun 18, 2021
Jun 29, 2021
Sep 9, 2022
Aug 11, 2021
Jul 13, 2022
Oct 2, 2021
Aug 1, 2021
Jun 18, 2021

Repository files navigation

E-Attendance

For More Info Goto Wiki https://github.com/ab007shetty/eattendance/wiki

Prerequisites

  1. node.js https://nodejs.org/dist/v14.17.0/node-v14.17.0-x64.msi

  2. python has to be installed, along with pip.

Installation

  1. Download the repository and Extract It.

  2. Install NPM packages, on the root Directory of project

    npm install      
  3. Install Python packages

     cd Py-Scrpits  
     pip install -r requirements.txt   

Execution

  1. Start the express server from the root directory

    npm start
  2. Start the flask server from Py-scripts directory

    python app.py