Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 970 Bytes

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 970 Bytes

Changelog

All notable changes to this project will be documented in this file.


[0.3.0] - 05/06/2023

  • Added code to train and test Classifier, Autoencoder and Siamese Network models

[0.2.1] - 03/04/2023

  • Fixed some syntax errors and logging issues

[0.2.0] - 03/02/2023

  • Added support for classifier model generation and an image pipeline to generate augmented images before training the model

[0.1.0] - 01/19/2023

Added

  • Initial release of the project.
  • This version includes support for: Integration with Orthanc and the OHIF viewer Generation of output PNG images for Machine Learning training, based on the DICOM properties of the image A database to track the relationship between input DICOM files and output PNG images An API that supports querying of the database via URL endpoints Logging to a file

Changed

N/A

Deprecated

N/A

Removed

N/A

Fixed

N/A

Security

N/A