This repository contains the code and resources for the paper "A Multiclass Machine Learning Approach for Mental Health and Cyberbullying Identification on Social Media".
The entire methodology, from data preprocessing to model training and evaluation, is contained within the main Jupyter Notebook: mental_health_classifier.ipynb.
To run the notebook, first clone the repository and install the required dependencies.
# Clone the repository
git clone [https://github.com/ojayedwards01/multi_mental_classifier.git](https://github.com/ojayedwards01/multi_mental_classifier.git)
cd multi_mental_classifier
# Install dependencies
pip install -r requirements.txt- Open the
mental_health_classifier.ipynbnotebook in a Jupyter environment. - Run the cells sequentially from top to bottom. The notebook will handle NLTK downloads, data augmentation, model training, and will generate the figures presented in the paper.