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
Description: # 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.
        
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
