Skip to content

israil-fakir/auto-attendence-system-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

auto-attendence-system-AI

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

now rename .env.example to .env

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

B. Web backend server

Follow these steps to run the app in web server mode

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

C. Setup FrontEnd

Install all front-end dependencies follow this command

Note: cd front-end

$ cd front-end
  • now rename env.example to .env
$ npm install
$ npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.8%
  • Python 46.2%
  • Other 1.0%