TrafficVis: Visualizing Organized Activity and Spatio-Temporal Patterns for Detecting and Labeling Human Trafficking
An interactive visual system designed for domain experts to annotate suspicious clusters.
This work was presented at IEEE VIS 2022.
First, install the necessary requirements:
pip install -r requirements.txt
Then generate synthetic data:
python3 gen_synthetic_data.py
Then run the app:
streamlit run app.py
If you have any trouble, please reach out to cvajiac at cs dot cmu dot edu.