1
stars
7
commits
Python
primary language
Feb 5, 2026
updated
MulMoSenT is a modular framework for experimenting with multimodal sentiment analysis techniques. It includes baseline and proposed models that combine textual, visual, and contextual features to jointly learn and predict sentiment. This repository is well-suited for research, benchmarking, and extension with new datasets or fusion methods.
Installation
Clone the repository: git clone https://github.com/sadia-afroze/MulMoSenT.git cd MulMoSenT
Create and activate virtual environment: python3 -m venv venv source venv/bin/activate
Install dependencies: pip install -r requirements.txt
Train Model: python3 MSA_Proposed.py
7 commits
Python
100.0%
1
stars
7
commits
Python
primary language
Feb 5, 2026
updated
MulMoSenT is a modular framework for experimenting with multimodal sentiment analysis techniques. It includes baseline and proposed models that combine textual, visual, and contextual features to jointly learn and predict sentiment. This repository is well-suited for research, benchmarking, and extension with new datasets or fusion methods.
Installation
Clone the repository: git clone https://github.com/sadia-afroze/MulMoSenT.git cd MulMoSenT
Create and activate virtual environment: python3 -m venv venv source venv/bin/activate
Install dependencies: pip install -r requirements.txt
Train Model: python3 MSA_Proposed.py
7 commits
Python
100.0%