
Mental Health Meme Classification
A multimodal NLP course project to classify anxiety and depression symptoms from internet memes using Vision-Language Models.
- Addressed single-label (anxiety) and multi-label (depression) classification from memes as part of NLP coursework.
- Augmented dataset by extracting OCR text and semantic triplets (e.g., Cause-Effect, Mental State) using the QWEN-2.5-VL-7B model.
- Enhanced a reference architecture (M3H) with visual feature maps and fine-tuned a MentalBART model for classification.
- Achieved competitive performance with a 65% Macro F1 score for anxiety and 63% for depression.
- Developed an end-to-end inference pipeline with a Streamlit UI for interactive visualization of results.
PythonPyTorchHugging FaceStreamlitNLPMultimodal AI
View Project