Coder Social home page Coder Social logo

hksabti / attendance-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codeglitchz/attendance-system

1.0 0.0 0.0 19.64 MB

A simple, modern and scalable facial recognition based attendance system built with Python back-end & Angular front-end.

License: MIT License

Shell 0.21% JavaScript 1.76% Python 47.07% TypeScript 37.80% CSS 0.28% HTML 12.89%

attendance-system's Introduction

Attendance System using Face Recognition

License: MIT Version

A simple, modern and scalable facial recognition based attendance system built with Python back-end & Angular front-end.

Watch Demonstration Video

Table of contents

Prerequisites

Installation

1. Setup backend

Install all dependencies using conda package manager

Note: This will install the dependencies listed in environments.yml file

$ cd backend
$ conda env create -f environment.yml

Now you can activate this environment using the following command

Note: You can run the app only if this environment is activated

$ conda activate attendance-system

2. Setup frontend

Install all dependencies using npm package manager

Note: This will install the dependencies listed in package.json file

$ cd frontend
$ npm install

Usage

A. Using CLI

Follow these steps to run the app in command line interface mode

  • Activate the attendance-system conda environment
  • Launch run_cli.py from the backend directory
$ cd backend
$ conda activate attendance-system
$ python run_cli.py

cli_snip

B. Using Web Interface

Start the Flask Web Server

  • Rename .env.example file to .env
  • Activate the attendance-system conda environment
  • Launch run.py from the backend directory

Note: This will start a flask web server listening on http://localhost:5000

$ cd backend
$ conda activate attendance-system
$ python run.py

Launch the Angular Web Application

Note: This will launch angular web app in browser @ http://localhost:4200

$ cd frontend
$ ng serve -o

web_snip

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a โญ๏ธ if this project helped you!

attendance-system's People

Contributors

mdmujtabaraza avatar codeglitchz avatar dependabot[bot] avatar

Stargazers

Nina Alien avatar

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.