Welcome to neuraldeβs documentation!ο

neuralde
Presentationο
π Identity cardο
Version: 1.1.0
Python Version: 3.9, 3.10
Strong Dependencies: Tensorflow, pytorch
Trustworthy attributes : Robustness
Hardware : CPU / GPU
Engineering activities : Data Engineer, ML-Algorithm Engineer
Functional set : Robustness, Operation, Evaluation
General presentationο
Neuralde is a python library made to improve the robustness of your models at test time. It proposes a set of methods that will allow you to remove identified corruptions in your data before you send it to your model. This library addresses issues such as meteorological corruptions, distribution shifts etc.
All methods provided by the library are associated with examples based on open sourced images. You can refer to each jupyter notebook for specifics. These notebooks are linked directly in the technical documentation.
This library can be used in two ways:
Call it as a main executable to direct process a batch of input images.
Import the lib within your python code for an explicit call of included transformations functions