.. currentmodule:: slideflow

slideflow.Project
=================

This class provides a high-level interface that simplifies execution of pipeline functions. Nearly all pipeline tasks
can be accomplished with the methods in this class, although directly interacting with the various objects in this
package will enable more granular control.

.. autoclass:: Project
    :members:
