To use data analysis to gain insight on the scope of human trafficking survivors, as well as the limitations the data provides.
- EDA of Human Trafficking Survivors Project
- TL;DR
- Table of contents
- Background
- Preview
- Installation
- License
- Visit My Other Projects
- Contact Me
Human trafficking can happen anywhere, and predominantly affects children and young adults. This is a difficult statistic to track, as getting help to those entrapped by human trafficking is difficult, and keeping their information safe once they become survivors is imperative. The Counter-Trafficking Data Collaborative has created a international platform where individual organizations are able to upload their tracking data of survivors. As this only tracks those who have been able to escape trafficking, we can assume the number of individuals trafficking affects is much larger. Using this data however, we can get a glimpse of who is affected, and how, leading to better strategies of breaking the cycle as a whole.
Navigate to the folder you wish to use
cd Users/me/Desktop
Initialize git
git init
Clone the repo
git clone https://github.com/caly-pso/EDA_trafficking_survivors.git
Move into the project root folder
cd EDA_trafficking_survivors
Create virtual environment
python -m venv .venv
Activate the environment
source .venv/bin/activate
Install the requirements
pip install -r requirements.txt
Run the application locally
jupyter notebook
Navigate to the file EDA_trafficking_survivors.ipynb