From 727f67b82e632fece6011790358c15705002f592 Mon Sep 17 00:00:00 2001 From: asuju Date: Mon, 5 Oct 2020 10:25:24 +0530 Subject: [PATCH] Added a new Idea --- .../2-Intermediate/Facemotion-Detector.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Projects/2-Intermediate/Facemotion-Detector.md diff --git a/Projects/2-Intermediate/Facemotion-Detector.md b/Projects/2-Intermediate/Facemotion-Detector.md new file mode 100644 index 00000000..7a454e2d --- /dev/null +++ b/Projects/2-Intermediate/Facemotion-Detector.md @@ -0,0 +1,27 @@ +# Facemotion Detector + +**Tier:** 2-Intermediate + + +An application that will allow users to interact with their webcam and the app will detect their Facial Expression. + + +## User Stories + +- [ ] Allow the user to interact with the webcam +- [ ] User can move around and make facial expressions +- [ ] User can see the Facial Expression in % +- [ ] User can show a picture or image on the camera + +## Bonus features + +- [ ] User can see their age & gender +- [ ] User can hear a music or sound based on their expression + +## Useful links and resources + +Details of the face-api can be found [here](https://github.com/justadudewhohacks/face-api.js). + +## Example projects +[Example1](https://facemotion.netlify.app/) +[Example2](https://justadudewhohacks.github.io/face-api.js/face_and_landmark_detection/)