Skip to content

itDEV-HUTECH/StudentAttendanceSystemByFace

Repository files navigation

Hệ thống điểm danh danh sinh viên bằng khuôn mặt

Hệ thống điểm danh sinh viên bằng khuôn mặt là một ứng dụng sử dụng công nghệ nhận diện khuôn mặt để xác định sự hiện diện của sinh viên trong các buổi học

Tech Stack

Language: Python

Framework: Django

Run Locally

Clone the project

  git clone https://github.com/ITDEV-HUTECH/View-Attendance-By-Face.git

Install dependencies

  • If use python version 3.7

    pip install -r requirements_v3.7.txt
  • If use python version 3.10

    pip install -r requirements_v3.10.txt

Creating migration files

  python manage.py makemigrations

Applying database migrations

  python manage.py migrate

Start the server

  python manage.py runserver

Authors