
A flask app to give a demo of Facial Recognition - Deployed with Live Demo.
This product is a portfolio style dashboard that showcases facial detection and recognition using deep learning technology. It provides a user interface for interacting with the backend and utilizes pre-trained models such as MTCNN for face detection and VGG Face for facial feature extraction. The dashboard allows users to upload query images, which are then processed for face detection and feature extraction. The similarity between the labeled faces and the query faces is calculated using the cosine distance metric, and the best match is displayed with a bounding box and name.
The facial recognition dashboard is a portfolio project that demonstrates the use of deep learning models for face detection and recognition. It provides a user-friendly interface for interacting with the backend and showcases the capabilities of pre-trained models like MTCNN and VGG Face. With easy installation and usage instructions, this project can be easily modified for different purposes.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.