The document describes a wildlife detection system that uses deep neural networks to identify and count animals in images captured by camera traps. The system first preprocesses the images by converting them to greyscale and segmenting them. It then uses computer vision techniques like bounding boxes and the AlexNet, ResNet, and Maxpooling 2D algorithms to classify and count the animals detected in the images. The system was able to accurately identify which animal and count of animals were present in test images. It aims to help prevent animal-vehicle collisions and monitor wildlife populations.