An open API service indexing awesome lists of open source software.

https://github.com/sreeeswaran/multi-modal-sentiment-analysis-with-transformers

This project leverages the power of transformer models to perform sentiment analysis on both text and images. It uses BERT for text sentiment analysis and a pre-trained vision transformer (ViT) for image sentiment analysis.
https://github.com/sreeeswaran/multi-modal-sentiment-analysis-with-transformers

bert bert-model image-sentiment-analysis sentiment-analysis sentimental-analysis text-sentiment-analysis transformer-models transformers vision-transformer vit

Last synced: about 1 month ago
JSON representation

This project leverages the power of transformer models to perform sentiment analysis on both text and images. It uses BERT for text sentiment analysis and a pre-trained vision transformer (ViT) for image sentiment analysis.

Awesome Lists containing this project

README

          

# Multi-Modal-Sentiment-Analysis-with-Transformers

In this project, I have performed the sentiment analysis on both text and images using different tranformer models. It uses BERT for text sentiment analysis and a pre-trained vision transformer (ViT) for image sentiment analysis. The goal is to combine these modalities to predict the overall sentiment of a given multi-modal input.