AnumMujahid / iDOCtify

A web application built on Django to better manage records of patients by implementing Facial Recognition via OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iDOCtify

iDOCtify is an extended feature of Patientio.

Introduction:

iDOCtify efficiently displays records of patients by finding them through face recognition.

This web Application integrates OpenCV in Django. The face recognition code can be found in views.py.

Execution:

Run the following command in the root folder.

$python manage.py runserver

Admin Credentials:

  • Username: eesha
  • Password: django123

Face Recognition:

Follow the following steps:

  1. Add the patient.

main-page

  1. Upload a reference image for the application to identify the person.

Reference image upload

You must be logged in as an admin to perform the above step.
  1. Go back to the main page and start detection:

detecting image

Press "q" on the keyboard while the frame is being shown.
  1. The application displays the saved record.

Records-displayed

About

A web application built on Django to better manage records of patients by implementing Facial Recognition via OpenCV


Languages

Language:HTML 76.6%Language:CSS 19.6%Language:Python 3.1%Language:JavaScript 0.7%