In this blog, I will tell you how I and my classmate, Het Gohil, made an AI-enabled surveillance system using CNN. For those of you, who are not aware of CNN, let's talk about that first. Convolutional neural networks (CNNs) are a class of Artificial neural networks(ANNs). They are one of the most powerful and popular tools for machine learning and data science. They can perform tasks such as image recognition, natural language processing, face detection, and more with high accuracy and efficiency. They are inspired by the human visual system and are adept at processing visual information in a hierarchical and systematic manner. ABOUT OUR PROJECT The primary goal of our project was to develop a robust and efficient facial recognition system using state-of-the-art CNN techniques. By employing CNN, we aimed to enhance the accuracy, speed, and versatility of facial recognition systems. We incorporated real-time processing and adaptability to continually improve recogniti...