










This project uses p5.js and face-api.js to overlay cartoon parts (like hats, glasses, mustaches) onto faces detected in meeting videos. It leverages real-time face detection to dynamically position and scale the cartoon elements, creating a fun and engaging visual effect. The application processes video frames, identifies facial landmarks, and then applies the cartoon overlays accordingly.
1. Load the meeting video into the application. 2. The application uses face-api.js to detect faces in each frame. 3. For each detected face, p5.js draws the selected cartoon parts (e.g., hat, glasses, mustache) onto the video canvas, aligning them with the facial landmarks. 4. The resulting video with cartoon overlays is displayed.

