🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 23 lines
    24 24   
    25 25  The user can customise the relative importance of each risk signature for their search. The app then computes a **total risk score** for each corporate network in UKCH, and outlines the details of the most high-risk networks. The user can export these network results as a .csv file for later viewing.
    26 26   
     27 +## Tool Demo
     28 + 
     29 +See a <a href="https://www.youtube.com/watch?v=WeHYfiNQzvc" target="_blank">youtube video.</a>
     30 + 
    27 31  ## Installation
    28 32   
    29 33  1. Make sure you have Python version 3.8 or greater installed
    skipped 52 lines
  • ■ ■ ■ ■
    data_cache/data_schema.py
    skipped 7 lines
    8 8   "ukch_psc_people": "/insert_download_folder/psc_person.parquet",
    9 9  # Output locations for stream lit to consume:
    10 10   "output_nodes": "/data/networks.parquet",
    11  - "output_edges": "/data/edges.parquet",
     11 + "output_edges": "./data/edges.parque",
    12 12   "output_networks": "/data/networks.parquet"
    13 13  }
Please wait...
Page is in error, reload to recover