Metadata-Version: 2.1
Name: tensordata
Version: 0.4.1
Summary: CV, NLP, DM datasets Toolkit for Machine Learning.
Home-page: https://github.com/Hourout/tensordata
Author: JinQing Lee
Author-email: hourout@163.com
License: Apache License Version 2.0
Description: ![](https://github.com/Hourout/tensordata/blob/master/image/tensordata.png)
        
        
        ![PyPI version](https://img.shields.io/pypi/pyversions/tensordata.svg)
        ![Github license](https://img.shields.io/github/license/Hourout/tensordata.svg)
        [![PyPI](https://img.shields.io/pypi/v/tensordata.svg)](https://pypi.python.org/pypi/tensordata)
        ![PyPI format](https://img.shields.io/pypi/format/tensordata.svg)
        ![downloads](https://img.shields.io/pypi/dm/tensordata.svg)
        
        CV, NLP, DM datasets Toolkit for Machine Learning.
        
        | [API Document](https://github.com/Hourout/tensordata/blob/master/document/api.md) | [中文介绍](https://github.com/Hourout/tensordata/blob/master/document/Chinese.md) |[ Version ](https://github.com/Hourout/tensordata/blob/master/document/version.md)|
        
        ## Installation
        To install [this verson from PyPI](https://pypi.org/project/tensordata/), type:
        
        ```
        pip install tensordata
        ```
        
        To get the newest one from this repo (note that we are in the alpha stage, so there may be frequent updates), type:
        
        ```
        pip install git+git://github.com/Hourout/tensordata.git
        ```
        
        ## Contact
        Please contact me if you have any related questions or improvements.
        
        [WeChat](https://github.com/Hourout/tensordata/blob/master/image/hourout_wechat.jpg)
        
Keywords: computer-vision,natural-language-processing,data-mining,Machine-Learning,datasets
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
