Application to use computer vision algorithms of NOOS (face detection, emotion, age, gender). It will look for faces and for the biggest one, the emotion, age and gender will be shown.
It is using a NodeJS with a simple web interface using JQuery.
This application was used in the Innovate UK event in 2017. In this video you'll see how the application works.
cd Noos_Web_APP/
npm install
First run the following command in your terminal (in Noos_Web_APP folder):
npm start
Then go to your browser and write localhost:3000
. A pop up windows will show up asking for camera permissions. After allowing it, the application will be running.