The document discusses a project that aims to predict cyberbullying on Twitter using machine learning. The objectives are to use natural language processing techniques like sentiment analysis and part-of-speech tagging on tweets to extract features and train a machine learning model using these features to predict if a tweet contains cyberbullying or not. The proposed system collects tweets, converts emojis and audio to text, preprocesses the data by removing stop words and punctuation, and trains a recurrent neural network model for prediction. The current status is that the team has collected datasets and is working with them. Hardware and software requirements for the project are also outlined.