This web application captures an image feed from the user's webcam and performs facial recognition on the captured images using TensorFlow.js and the MediaPipe pre-trained face recognition model.
- Captures webcam feed.
- Implements facial recognition to identify faces in images.
- Displays captured images with an overlay indicating the position and size of detected faces.
- Handles multiple faces in a single image.
- Responsive design for desktop and mobile devices.
- Ability to upload images from device for facial recognition.
- Real-time emotion recognition for detected faces.
- Angular
- TypeScript
- Bootstrap
- TensorFlow.js
- Media Pipe
npm I
ng serve