The document discusses a project that aims to detect cyberbullying using machine learning. It presents a system that trains a naive bayes classifier on a dataset of bullying and non-bullying comments to classify new comments. The system is implemented using Python with Django and SQL Server. It extracts features from comments using TF-IDF before training the naive bayes model. The trained model can then detect abusive comments on social media platforms.