ziggoon / tiktok-personalization

TikTok personalization research inspired by: https://dl.acm.org/doi/pdf/10.1145/3485447.3512102

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TikTok Personalization

Description

This repo contains the code used for TikTok algorithm probing research. Originally, the project was written in Rust, but for ease of development and usability with other research group members I rewrote it in Python.

Table of Contents

Installation

Clone repo & change directory git clone https://github.com/ziggoon/tiktok-personalization && cd tiktok-personalization

Create virtualenv python3 -m virtualenv .venv source .venv/bin/activate

Install python dependencies pip3 install -r requirements.txt

Usage

In progress..

Credits

In progress..

License

Licensed under MIT.


About

TikTok personalization research inspired by: https://dl.acm.org/doi/pdf/10.1145/3485447.3512102


Languages

Language:Python 63.3%Language:Rust 36.7%