Metadata-Version: 2.1
Name: TaskBank
Version: 0.1.11
Summary: A library of machine learning tasks for HackDuck
Home-page: https://github.com/AlexandreKempf/TaskBank
Author: Alexandre Kempf
Author-email: alexanre.kempf@cri-paris.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

<h1 align="center">TaskBank</h1>

<div align="center">
  <strong>A library of machine learning tasks for HackDuck</strong>
</div>

[![PyPI version](https://badge.fury.io/py/TaskBank.svg)](https://badge.fury.io/py/TaskBank)


## Table of Contents
- [Installation](#installation)
- [Features](#features)
- [FAQ](#faq)
- [See Also](#see-also)

## Installation:
You can install it as:
- __a pip package:__ `pip install TaskBank`
- __a github folder:__ `git clone https://github.com/AlexandreKempf/TaskBank.git` and then `pip install .` in the folder

## Features:
- __easy to use:__ Each task is written as a simple Python function
- __complete:__ Implement the functions from the best machine learning packages (scikit-learn, pandas, imgaug ...)
- __MLFlow integration:__ Save logs and metrics automatically when using HackDuck
- __use it for your own scripts:__ Import TaskBank as a classic python package

## FAQ:
- __How can I install it ?__
Just type `pip install TaskBank` in the terminal.
- __How can I use it ?__
Once it is install, build your flow with HackDuck using the best tasks from TaskBank.
- __Is it free to use ?__
It is! And even better, the code is open source.
- __How can I contribute ?__
I'm looking for contributors to write new tasks or to play with them

## See Also:
HackDuck


