credence0x / faceDetectInterface

The user facing side of a face detection application ( JavaScript Node.js )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-detect-interface

Hey there 👋 😀.

This is the first of two parts of a loosely coupled application.

It is a face detection application and consists of;

a) an interface that the user communicates with ( this part )
b) a machine learning function that interpretes the images sent by the interface ( which can be found here )

This part is the interface the user communicates with directly. It has a user model that stores user information and authenticates the user in this app and through an api function from the other (django function) app.

The interface will primarily communicate with the machine learning model (the second part) through api calls and will display the results after being analysed by the second part. The interface is written in javascript node.js and the other side is written in python django.
The reason for writing the machine learning functions in python is that python has more support and is easier to use for data science.
I have also been using python for data science for a while so that seemed to be a better option.

Note: The project has been completed but has been removed from production due to cost of management but a picture of it working can be found below

Faces Detected Image

About

The user facing side of a face detection application ( JavaScript Node.js )


Languages

Language:JavaScript 87.8%Language:CSS 12.2%