Skip to content

bcn-medtech/reImagineClient

Repository files navigation

ReImagine client

An electron-react app to anonymize and upload medical data for online processing

Requirements

  • Node >= 18.0
  • yarn >= 1.22

Installing

Download the latest binary release for windows, linux or mac here

Developing

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

Packaging the app

  1. For windows and linux: yarn electron-pack
  2. For mac: yarn electron-pack-mac

Your app will packaged in the dist folder using the electron-builder package.

Functionality

We create a conda environment with python3 and gdcm to anonimize the images. We can upload on S3, minio or any other compatible server