Skip to content

ptypes-nlesc/stereotype-map

Repository files navigation

markdown-link-check python-package Quality Gate Status RSD github repo badge github license badge fair-software badge

Motivation

We aim to connect stereotypes that are found in online pornography (through short text descriptions) and videos that contain that stereotype (titles and tags). Additionally, we seek to explore and analyse the tags:

  • to understand their correlations;
  • the frequency of their co-occurrence within the same videos;
  • the reasons behind these patterns.

Requirements

Python 3.9+ Python environement can be isolated using venv.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Data setup

We expected data to be in a single csv file with each line containing a single video and columns containing meta data such as categories, upvotes, downvotes, and views.

Examples

alt text

Documentation