This project attempts to extract the emotional profiles of different films by analyzing their scripts. You can select pre-analyzed scripts from a dropdown or upload your own, though processing may take some time (< 1 minute usually).
Access the app online at cse6242-project.herokuapp.com
Set up a python3 virtual environment. Then install the requirements in requirements.txt and run python3.py.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python run.py
Once the app is running, navigate to http://0.0.0.0:5000 to begin use.