This document outlines a deep learning approach for detecting bots on Twitter, using features like followers-to-friends ratio and tweet behavior to classify users. It compares logistic regression and random forest algorithms, finding that random forest achieves higher accuracy (0.95 AUC). The implementation involves real-time interaction via a web application, leveraging various technologies including AWS and MongoDB.