Sentimental Galaxy
Github: https://github.com/Cara-Cai/Sentimental_Galaxy
Live Demo: https://cara-cai.github.io/Sentimental_Galaxy/
Screen Recording 2023-12-08 at 16.07.32.MOV
Research and Experiments - Facial Recognition
- ml5/Teachable machine/image classification: https://editor.p5js.org/ml5/sketches/ImageModel_TM
- Teachable Machine Model Training Experiments
- Five buckets don’t work well. The model can’t tell neutral, smile, and laugh when reopened, though it performed well in the teachable machine.


- Question
- Any trained model I can use?
- Should I train my model - teachable machine/any other method? How many datasets are expected?
- Probably through the calculation of key points in the ml5 face mesh?
- Tried to find trained model - Nah

Real Time Face Detection in p5.js
⬆️This guy saves my life!!!!