This document proposes using machine learning and deep learning techniques to develop an application for predicting lung cancer from CT images. It discusses how cancer is a leading cause of death and how computer-aided diagnosis using medical images can help experts. A dataset of 1500 patient CT images is preprocessed and features are extracted using HOG. Various machine learning models including KNN, CNN, and others are trained on the images and tested to achieve up to 85% accuracy. Finally, an application is developed to allow users to select an algorithm and test images for cancer detection.