
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 (Cause-Effect, Figurative Reasoning, Mental State) using QWEN-2.5-VL-7B model.
- Enhanced M3H architecture with visual feature maps and fine-tuned MentalBART model for classification.
- Achieved 65% Macro F1 score for anxiety and 63% for depression classification tasks.
- Developed end-to-end inference pipeline with Streamlit UI for interactive visualization of results.
PythonPyTorchHugging FaceStreamlitNLPMultimodal AI
View Project


