Metadata-Version: 2.1
Name: mdai
Version: 0.0.4
Summary: MD.ai Python client library
Home-page: https://github.com/mdai/mdai-client-py
Author: MD.ai
Author-email: github@md.ai
License: Apache-2.0
Download-URL: https://github.com/mdai/mdai-client-py/tarball/0.0.4
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: keras
Provides-Extra: tensorflow
Provides-Extra: test
Requires-Dist: arrow
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: pydicom (>=1.1.0)
Requires-Dist: requests
Requires-Dist: retrying
Requires-Dist: tqdm
Requires-Dist: opencv-python
Provides-Extra: keras
Requires-Dist: keras (>=2.2.0); extra == 'keras'
Provides-Extra: tensorflow
Requires-Dist: tensorflow (>=1.9.0); extra == 'tensorflow'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

# mdai-client-py

MD.ai Python Client Library

**Currently pre-alpha -- API may change significantly in future releases.**

The python client library is designed to work with the datasets generated by the [Md.ai](https://www.md.ai/) Medical AI platform.

You can download datasets consisting of images and annotations, create train/validation/test datasets, integrate with various machine learing libraries (e.g., TensorFlow/Keras, Fast.ai) for developing machine learning algorithms.

To get started, check out the examples in the [notebooks section](notebooks).

## Installation

Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/):

```sh
pip install --upgrade mdai
```

## Example Notebooks

[HelloWorld Keras Notebook](notebooks/hello-world-keras.ipynb)

[HelloWorld TFRecords Notebook](notebooks/hello-world-tfrecords-VGG16.ipynb)

[HelloWorld Fast.ai](notebooks/hello-world-fastai.ipynb)


## API Documentation
Coming soon.

## Contributing

See [contributing guidelines](CONTRIBUTING.md) to set up a development environemnt and how to make contributions to mdai.

---

&copy; 2018 MD.ai, Inc.


