The project aims to predict topics in paragraph-length texts using various machine learning models, addressing the information processing gap faced by decision-makers. It utilizes approximately 315,000 Wikipedia summaries to train and compare approaches including Naive Bayes, SVM, LDA, CNN, and LSTM, with findings indicating that neural networks (CNN and LSTM) significantly outperform traditional methods. The results also highlight the challenges faced by unsupervised learning models like LDA and showcase the need for further optimization and exploration of different datasets for improved performance.