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.
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