Metadata-Version: 2.1
Name: unpackai
Version: 0.1.7
Summary: Unpack.AI, the library
Home-page: https://github.com/unpackai/unpackai
Author: Xiaochen (Ray) Zhang
Author-email: b2ray2c@gmail.com
License: Apache Software License 2.0
Project-URL: Documentation, https://unpackai.github.io/unpackai/
Project-URL: Tracker, https://github.com/unpackAI/unpackai/issues
Description: <img src="https://unpackai.github.io/unpackai_logo.svg" alt="unpackAI Logo" width="100%"/>
        
        # unpackAI
        
        > AI & Machine Learning Education as accessible as possible.
        > -- <cite>unpackAI</cite>
        
        The [unpackAI](https://unpackai.com/) library ease your learning of state-of-the-art deep learning to empower your business and career.
        
        ## Installation
        
        You can install this library with pip
        
        ```shell
        pip install unpackai
        ```
        
        or with github link to get the latest version
        
        ```shell
        pip install git+https://github.com/unpackai/unpackai/
        ```
        
        ## Content
        
        This package provides utilities for:
        
        * Computer Vision (CV)
        * Natural Language Processing (NLP)
        
        ## Documentation
        
        Documentation is available [here](https://unpackai.github.io/unpackai).
        
Keywords: python fastai data science pytorch
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
