This document discusses implementing various machine learning algorithms for traffic sign detection and recognition. It compares the accuracies of KNN, multinomial logistic regression, CNN, and random forest algorithms on a German traffic sign dataset. For real-time traffic sign detection, it uses the YOLO v4 model. The document reviews several papers on traffic sign recognition using techniques like SVM, CNN, Capsule Networks and analyzes their reported accuracies. It then describes the proposed system for traffic sign recognition using two datasets and data preprocessing steps before applying the algorithms and evaluating their performance.