Skip to content

Sentiment Analysis of the Avengers: Endgame movie script in Python using TextBlob, VADER, and RoBERTa libraries.

Notifications You must be signed in to change notification settings

diegomattos1408/Avengers-Sentimental-Analysis-ML-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Avengers Sentimental Analysis

Overview

This Python script performs sentiment analysis on the Avengers: Endgame movie script using various libraries including TextBlob, VADER, and RoBERTa. The script was written by @diguitarrista for demonstration purposes and is not intended for commercial or academic use.

Dependencies

Make sure you have the following Python libraries installed to run this script:

  • matplotlib
  • pandas
  • wordcloud
  • nltk
  • textblob
  • vaderSentiment
  • transformers (for RoBERTa)

You can install them using pip:

pip install matplotlib pandas wordcloud nltk textblob vaderSentiment transformers

About

Sentiment Analysis of the Avengers: Endgame movie script in Python using TextBlob, VADER, and RoBERTa libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published