Facial Emotion Recognition with ML5: A computer vision project that runs in the browser using ml5.js and TensorFlow.js
- Click on the video link to see how this wotks!
- Click here for demo
You can simply double click on index.html
and use the app. Additionally, you can find the main code in sketch.js
You can simply open index.html
in your browser.
Additionally, you can run a local server. You need to have Python installed in your computer.
-
Run a simple http server using Python's built-in
http.server
:python -m http.server
-
Open
http://localhost:8000/
in your favorite browser
- p5.js - The HTML canvas library used
- ml5.js - The Machine Learning library used
- clmtrackr - The library used for face tracking
- Imad Eddine Toubal - Initial work - imadtoubal
This project is licensed under the MIT License - see the LICENSE file for details
- Inspiration: ml5.js: Webcam Image Classification
Happy coding!