This tool helps you identify privacy concerns before sharing your data with others. It is a part of the RASx-rad and ChoRUS project for NIH.
The project introduction presentation can be found here.
Notes:
PHI data predictions are based on statistical results. We recommend having a minimum of 1,000 records for each table to ensure accuracy.
Windows 10 or Mac with Python 3.8 or 3.9 (with Git tools)
cd ~/my_folder
$
python3.8 -m venv ChoRUS_env
source ChoRUS_env/bin/activate
(ChoRUS_env) $
git clone https://github.com/chorus-ai/ChoRUS_Privacy_Scan.git
cd ChoRUS_Privacy_Scan
python -m pip install -r requirements.txt
python main.py
cd c:\my_folder
c:\my_folder
python3.8 -m venv ChoRUS_env
ChoRUS_env\Scripts\activate.bat
(ChoRUS_env) c:\my_folder>
git clone https://github.com/chorus-ai/ChoRUS_Privacy_Scan.git
cd ChoRUS_Privacy_Scan
python -m pip install -r requirements.txt
python main.py
The user instructions can be found here.
V_2.28.2023 Initial version for RADx-rad and ChoRUS project
V_3.6.2023 Updated models
This project is supported by RADx-rad DCC (1U24LM013755) and ChoRUS (OT2OD032701)