Skip to content

🌐 Just unleashed the power of Face Detection with my latest project using #JavaScript, #HTML, and #CSS! πŸ‘€βœ¨ Now, my app can read emotions like #happy, #sad, and #angry in real-time. πŸš€ Super stoked to share this tech marvel! πŸ’»πŸ€– Explore the magic of #FaceRecognition! πŸ”πŸ€― #WebDev #Innovation #CodeJourney πŸ’»πŸŽ‰

Notifications You must be signed in to change notification settings

aletishiva218/Face-Detection-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

🌐 Just unleashed the power of Face Detection with my latest project using #JavaScript, #HTML, and #CSS! πŸ‘€βœ¨ Now, my app can read emotions like #happy, #sad, and #angry in real-time. πŸš€ Super stoked to share this tech marvel! πŸ’»πŸ€– Explore the magic of #FaceRecognition! πŸ”πŸ€― #WebDev #Innovation #CodeJourney πŸ’»πŸŽ‰

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published