Metadata-Version: 2.1
Name: pailab
Version: 0.0.3
Summary: Pailab the ai and large data platform
Home-page: https://github.com/pailabteam/pailab
Author: pailabteam
Author-email: pailab@rivacon.com
License: Apache 2.0
Keywords: platform ml version-control neural-network ml-workbench ai large data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Requires-Dist: numpy (>=1.13)
Requires-Dist: plotly (>=3.5.0)
Requires-Dist: h5py (>=2.7)
Requires-Dist: pandas (>=0.20)
Requires-Dist: nbformat
Requires-Dist: deepdiff
Requires-Dist: futures ; python_version>="3.4"
Provides-Extra: all
Requires-Dist: sklearn ; extra == 'all'
Requires-Dist: tensorflow ; extra == 'all'
Provides-Extra: sklearn
Requires-Dist: sklearn ; extra == 'sklearn'
Provides-Extra: tensorflow
Requires-Dist: tensorflow ; extra == 'tensorflow'

|version|_ |Docs|_ |Travis|_ |Codecov|_ |License|_

.. |Travis| image:: https://travis-ci.org/pailabteam/pailab.svg?branch=develop
.. _Travis: https://travis-ci.org/pailabteam/pailab

.. |Codecov| image:: https://codecov.io/gh/pailabteam/pailab/branch/develop/graph/badge.svg
.. _Codecov:  https://codecov.io/gh/pailabteam/pailab

.. |Docs| image:: https://readthedocs.org/projects/pailab/badge/?version=latest
.. _Docs: https://pailab.readthedocs.io/en/latest/?badge=latest

.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
.. _License: https://opensource.org/licenses/Apache-2.0

.. |version| image:: https://img.shields.io/badge/pailab-pre--alpha-red.svg
.. _version: https://github.com/pailabteam/pailab


.. |frontmark| image:: https://img.shields.io/badge/powered%20by-frontmark-lightgrey.svg
.. _frontmark: https://www.frontmark.de/

.. |rivacon| image:: https://img.shields.io/badge/powered%20by-RIVACON-lightgrey.svg
.. _rivacon: https://www.rivacon.com/en/


.. |logo| image:: images/monster.png
    :height: 100
    :alt: pailab

|logo| pailab
==============
pailab is an integrated machine learning workbench to version, analyze and automatize the machine learning model building processes and deployments.
It keeps track of changes in your machine learning pipeline (code, data, parameters) similar to classical 
version control systems considering special characteristics of AI model building processes. 

It provides:

- Versioning of all objects of the ML development cycle
- Full transparency over the whole ML development cycle
- Support to work in a team on the same AI projects, sharing data, algorithms and results
- Consistency checks across the whole pipeline
- Distributed execution of parallel jobs, e.g. for parameter studies
- Standardized analysis plots
- Jupyter widgets to administrate and control the ML repo


Al objects added to the repository are split into a part containing big data and a part with the remaining 
data handling them separately with different technqiues. For example
one may use git to administrate the remaining data part. It also adds information to each object such as
the version, the author, date etc. and each object is labeled with a category defining the role in the ml process. 


|frontmark|_ |rivacon|_


