diff --git a/README.md b/README.md index 027add9..b15e788 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -Some utilities useful for prototyping with pytorch. +# baukit + +A kit of David's secret tools to help with productive research prototyping +with pytorch. + +Includes: + * Interactive UI widgets for quick data exploration in a notebook. + * Online algorithms for computing running stats in pytorch. + * Fast and feature-rich data set objects for images and text. + * Utilities for simplifying the task of running many batch jobs.