Git Product home page Git Product logo

smart-ai-attendance-system-with-antispoofing's Introduction

Smart-AI-Attendance-System-With-AntiSpoofing

HOW TO RUN THIS PROJECT

1. Download the repository on your local computer.

https://github.com/prabhat-123/Attendance_System_Using_Face_Recognition.git

2. After downloading, you have to open Command prompt/Anaconda prompt/Visual studio terminal to run this project.

3. Before running any files, you have to set up virtual environment in the directory where the project is located and

install all the dependenices required for this project.

Creating virtual environment enable us to install the dependencies virtually for this project only without affecting the python dependencies on your computer.

A virtual environment is a tool that helps to keep dependencies required by different projects separate by creating isolated python virtual environments for them.

For installing virtual environment on command prompt and visual studio terminal:

i) First of all you have to install virtual environment tool to create one.

For installation:

On Windows:

  python -m pip install --user virtualenv
Recommended

For installing virtual environment on Anaconda Prompt(Windows):

   conda install -c anaconda virtualenv

On MacOS or Linux:

  py -m pip install --user virtualenv
ii) After installing virtual environment, you have to install all the dependencies required to run this project in your virtual environment. For doing so you have to follow the following steps:

First of all, you have to change your working directory to the location of this repository in your computer by using the following command:

    cd /*location to the repository */
    e.g cd E:/Smart-AI-Attendance-System-With-AntiSpoofing/ (location to the repository in local computer)
iii) After changing the working directory to the current repository/project create a virtual environment by using the following commands:

On Windows:

For Visual Studio Code Users
 
 python -m venv venv 

Here venv is the name of the environment you like to choose.

Recommended

 On Anaconda Prompt (Windows)
 
 conda create -n "your virtual environment name" python=3.6 (The code is tested and implemented in 3.6 so install python 3.6)
 e.g.
 
 conda create -n sams python=3.6

On Linux or Mac:

 python3 -m venv venv
iv) After creating a virtual environment in a working directory, you need to activate the virtual environment:

On Windows:

On Visual Studio Code:

   venv\Scripts\activate

Recommended

On Anaconda Prompt (Windows):

 conda activate "your virtual environment name"

 e.g 

 conda activate sams

v) Now you need to install all the requirements and dependencies for running this project.

   pip install -r requirements.txt
Install the dependencies by seeing the requirements.txt file.

Note: The project will not work if the version of python is different. And try installing all the dependencies by following the above instructions if it does not work.

Finally run attendance_with_antispoofing.py to run the app..

smart-ai-attendance-system-with-antispoofing's People

Contributors

prabhat-123 avatar

Stargazers

 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.