iCore Image
Medical Image and Text De-identification Tool by St. Jude
Please install the following before running any make commands.
- Python 3.12 (virtual environment recommended)
- Node 20+
Then install the dependencies.
make deps external-deps
make dev
Note: Electron uses Chromium to lauch the development build. It is recommended to clear the Chrome cache to avoid hanging of the application.
make test
Note: you need docker installed and running (some tests set up an Orthanc server)
If you want to run the test suite in CI, trigger Test Suite workflow from Actions.
make

