Giter Site home page Giter Site logo

cls_atd's Introduction

cls_atd

Photographic Classroom Attendance System made for 4th semester B.Tech Project under the guidance of Prof. Anand Mishra

Getting Started

  • Navigate to the cloned repository.
cd cls_atd

Backend Setup

  • Download the LightCNN-29 v2 model of LightCNN and place it in src/api/LightCNN

  • Set up and activate a virtual environment

sudo apt-get install -y python3-venv
python3 -m venv env
source env/bin/activate
  • Use pip to install other dependencies from requirements.txt
pip install -r requirements.txt
  • Navigate to src folder
cd src
  • Make database Migrations
python manage.py makemrations
python manage.py migrate
  • Run the backend server
python manage.py runserver --nothreading --noreload

The backend must now be running on localhost:8000

Frontend Setup

Note: npm must be installed in the computer

  • In a new terminal window navigate to frontend folder
cd frontend
  • Install dependencies from package.json
npm install
  • Run development server
npm run serve 

The frontend of the application must now be running at localhost:8080

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.