This document summarizes a 7th semester college project on real-time human detection and counting using computer vision and deep learning techniques. The project uses Haar cascade classifiers, histograms of oriented gradients (HOG), and a TensorFlow/CNN model to detect humans in images and videos with increasing accuracy. A GUI was also developed to allow selection of input media and display output. Testing showed the TensorFlow method provided the best results with over 90% accuracy in detecting and counting humans.