Real Time Face Recognition Using Convoluted Neural Networks
Rohith Pudari, Sunil Bhutada, Sai Pavan Mudavath

TL;DR
This paper presents a real-time face recognition system leveraging convolutional neural networks, utilizing CoreML API for face detection and a custom dataset for training to achieve accurate identification.
Contribution
The paper introduces a real-time face recognition approach using CNNs with a dataset created from video frames and implementation via CoreML API.
Findings
Achieved accurate real-time face recognition.
Created a dataset from face videos for training.
Demonstrated effectiveness of CNNs with CoreML in practical applications.
Abstract
Face Recognition is one of the process of identifying people using their face, it has various applications like authentication systems, surveillance systems and law enforcement. Convolutional Neural Networks are proved to be best for facial recognition. Detecting faces using core-ml api and processing the extracted face through a coreML model, which is trained to recognize specific persons. The creation of dataset is done by converting face videos of the persons to be recognized into Hundreds of images of person, which is further used for training and validation of the model to provide accurate real-time results.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Video Surveillance and Tracking Methods
