/Nethin

Nethin contains ready-to-use networks, additional functionality and helper functions for Keras.

Primary LanguagePython

Nethin

Nethin contains ready-to-use networks, additional functionality and helper functions for Keras.

Dependencies

The reference Python version for Nethin is 3.6.x, but newer versions of Python likely work as well.

The base functionality of Nethin requires:

  • NumPy (>= 1.21.2)
  • SciPy (>= 1.7.3)
  • Tensorflow (>= 2.2.0)

The data augmentation may require:

  • Pillow (>= 8.4.0)
  • scikit-image (>= 0.18.3)

The data readers may require:

  • SciPy (>= 1.7.3)
  • Pydicom (>= 1.1.0)
  • scikit-image (>= 0.18.3)

The data readers may benefit from having PyTorch installed:

  • PyTorch (>= 0.4.1)