Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 317 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 317 Bytes

Fats Backend Repository

Face-recognition-based Attendance Taking System

Pre-requisite:

  • python >= 3.6
  • pip >= 19

Getting started

  1. Install dependencies
pip install -r requirements.txt
  1. Run server
python manage.py runserver

This will listen to http://localhost:8000