interactive_augmentations is a package allowing to explore Albumentations' augmentations in Jupyter Notebook.
In order to install the package run the following command.
!pip install git+git://github.com/wojciech-malinowski/interactive_augmentations.git
import interactive_augmentations
#list containing paths to your images
img_paths = []
explorer = AugmentationsExplorer(img_paths)
explorer.choose_augmentation()
Go here to check out a notebook with examples of the package in use.
Not all augmentations which can be found in Albumentatinos are supported at the moment. The number of the currently supported ones is 44. (20/10/2020)