A project to use NLP and sentiment analysis to analyse media representations of people with disabilities.
Set up conda environment: Follow instructions in 'ENV SETUP INSTRUCTIONS.txt' to set up a conda environment (https://www.anaconda.com/download/) and install required dependencies (e.g. SpaCy, TensorFlow).
Activate conda environment: Run 'activate <env-name>' in cmd/sh, e.g 'activate nlp-media'.
Run script: 'python pipeline.py' in cmd/sh while within the conda environment.