Skip to content

funkelab/gunpowder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b595e9 · Aug 30, 2024
Aug 30, 2024
Jul 17, 2018
Aug 29, 2024
Jan 3, 2024
Aug 30, 2024
May 30, 2019
Aug 29, 2024
Aug 30, 2023
Apr 18, 2023
Mar 17, 2020
Jul 20, 2020
Apr 20, 2024
Jan 3, 2024
Aug 29, 2024
Jul 20, 2020

Repository files navigation

gunpowder

Tests

A library to facilitate machine learning on large, multi-dimensional images.

gunpowder allows you to assemble a pipeline from data loading over pre-processing, random batch sampling, data augmentation, pre-caching, training/prediction, to storage of results on arbitrarily large volumes of multi-dimensional images. gunpowder is not tied to a particular learning framework, and thus complements libraries like torch, tensorflow.

The full documentation can be found here.

gunpowder was originally written by Jan Funke and is inspired by PyGreentea by William Grisaitis, Fabian Tschopp, and Srini Turaga.