tools-social-media-emotions-presentation-zi

Contents

What's in this repository?

  • api-codes: contains the codes that extract raw social media data via APIs
  • text-sentiment-and-emotion-extraction: once data is extracted, process it by performing sentiment analysis and emotional extraction technologies
  • facial-emotion-detection: for image or video data, use facial emotion detection algorithms to extract emotional expressions
  • analyze-data-create-visuals.Rmd: the file that performs statistical testing and creates graphs for the presentation

How to get Jupyter Notebook working on your computer

Look here

Copy and paste this link if you can't click on it: https://docs.jupyter.org/en/latest/install/notebook-classic.html

Essentially, this boils down to:

  1. Install anaconda
  2. Open the anaconda prompt, which is like a command line
  3. Type the words jupyter notebook

Note: My notebooks were made using Python 3.7 and 3.8. It's possible that with the recommended Python 3.9 distribution, some of my code may break. If this is the case, you can always create a virtual environment in anaconda using a different version of Python. Click here to learn how to create an environment with a different python version: https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands