Metadata-Version: 2.1
Name: imageatm
Version: 0.0.3
Summary: Image classification for everyone
Home-page: UNKNOWN
Author: Christopher Lennan, Malgorzata Adamczyk, Gunar Maiwald, Dat Tran
Author-email: datitran@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
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 :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Keras (>=2.2.4)
Requires-Dist: keras-vis (>=0.4.1)
Requires-Dist: tensorflow (==1.13.1)
Requires-Dist: awscli
Requires-Dist: Click
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: Pillow
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: tqdm
Provides-Extra: docs
Requires-Dist: mkdocs (==1.0.4) ; extra == 'docs'
Requires-Dist: mkdocs-material (==4.0.2) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest (==4.3.0) ; extra == 'tests'
Requires-Dist: pytest-cov (==2.6.1) ; extra == 'tests'
Requires-Dist: pytest-mock ; extra == 'tests'
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: mypy ; extra == 'tests'


Image ATM is a one-click tool that automates the workflow of a typical image classification pipeline in an opinionated way, this includes:

- Preprocessing and validating input images and labels
- Starting/terminating cloud instance with GPU support
- Training
- Model evaluation

Read the documentation at: https://idealo.github.io/imageatm/

Image ATM is compatible with Python 3.6 and is distributed under the Apache 2.0 license.


