This document presents a real-time face detection system that detects age and gender using a convolutional neural network model. The system uses a Raspberry Pi and camera to capture live video feeds and extract images, which are then processed through a face detection model. Detected faces are input into the proposed CNN model trained on two datasets to predict age and gender. The model was tested on the original datasets with and without added noise, achieving up to 94% accuracy for gender detection and up to 80% for age detection after hyperparameter tuning. The system stores detected faces and their associated age and gender information into a database.