An electron-react app to anonymize and upload medical data for online processing
- Node >= 18.0
- yarn >= 1.22
Download the latest binary release for windows, linux or mac here
Clone the repo (Ensure you have git lfs installed, as the files in installer/ dir are large files and are not stored directly in git)
Then install dependencies and run the project
$ yarn
$ yarn electron-dev
- For windows and linux:
yarn electron-pack
- For mac:
yarn electron-pack-mac
Your app will packaged in the dist folder using the electron-builder package.
We create a conda environment with python3 and gdcm to anonimize the images. We can upload on S3, minio or any other compatible server