F

Face Dectection and Recognition

This piece of software detects the face that comes in the screen and then recognises with the Name of the person, Face Expression, Age and Gender with no heavy use of storage.

The problem Face Dectection and Recognition solves

Its provides the whole info about a person provided in the database to train the model in a more efficient way. This model works on light weight as a browser, thus no more heavy usage of memory on the system.

Challenges I ran into

First of all.... tensorflow.js is new and a bit tough to work on than tensorflow.py.
Then it was a challenge to get more data to train the model.

Discussion