Shreyan-12345 / Emotion-detection-using-JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PENDING WORK to be done

Make a small input form which takes name age gender as input below the video tag.

Improving the UI using HTML CSS JS for a greater attractive LOOK

Make sure to raise the issues and then make the contributions

#Lets make it A GREAT UI

IMPORTANT: Bug Fixes

navigator.getUserMedia

navigator.getUserMedia is now deprecated and is replaced by navigator.mediaDevices.getUserMedia. To fix this bug replace all versions of navigator.getUserMedia with navigator.mediaDevices.getUserMedia

Low-end Devices Bug

The video eventListener for play fires up too early on low-end machines, before the video is fully loaded, which causes errors to pop up from the Face API and terminates the script (tested on Debian [Firefox] and Windows [Chrome, Firefox]). Replaced by playing event, which fires up when the media has enough data to start playing.

About


Languages

Language:HTML 71.7%Language:JavaScript 28.3%