Metadata-Version: 2.1
Name: TensorImage
Version: 2.0.1
Summary: Image classification library for easily and quickly deploying models and training classifiers
Home-page: https://github.com/TensorImage/TensorImage
Author: TensorImage
Author-email: tensor.image2@gmail.com
License: UNKNOWN
Description: [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
        [![Generic badge](https://img.shields.io/badge/docs-passing-green.svg)](https://shields.io/) 
        [![GitHub release](https://img.shields.io/github/release/tensorimage/tensorimage.svg)](https://GitHub.com/tensorimage/tensorimage/releases/)
        [![Github all releases](https://img.shields.io/github/downloads/tensorimage/tensorimage/total.svg)](https://GitHub.com/tensorimage/tensorimage/releases/)
        
        ## TensorImage
        ![Example](https://cdn-images-1.medium.com/max/1600/1*PAqzvCxPjpDN8RC9HQw45w.jpeg) 
        
        
        __TensorImage__ is and open source image classification library designed to easily train and deploy models.
        
        The main features are:
        - Image classification model training. A wide range of data augmentation operations to boost testing accuracy and prevent overfitting are available
        
        - Training clusters -- makes hyperparameter tuning easier and faster by automatically comparing performance of different models
        
        - Organization -- all files, data and trained models are automatically stored and ordered inside your workspace directory which can be accessed at any time
        
        - Large-scale deployment of trained image classification models -- generating more training data for further improved classification
        
        ### Installation
        From the terminal:
        ```shell
        $ pip3 install tensorimage
        ```
        
        ### Documentation
        You can view TensorImage's documentation [here](https://tensorimage.readthedocs.io/en/latest/).
        
        ### Support
        If you are experiencing any errors or bugs, please report them in the [issues section](https://github.com/TensorImage/TensorImage/issues) or contact us at tensor.image2@gmail.com
        
        ### Contributing
        If you have any ideas for features that should be added to TensorImage, please feel free to [fork](https://github.com/TensorImage/tensorimage/network/members) TensorImage and [open a pull request](https://github.com/TensorImage/tensorimage/pulls).
        
        ### License
        [MIT](https://github.com/TensorImage/tensorimage/blob/master/LICENSE.md)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
