Metadata-Version: 2.1
Name: unpackai
Version: 0.1.8
Summary: Unpack.AI, the library
Home-page: https://github.com/unpackai/unpackai
Author: Xiaochen (Ray) Zhang
Author-email: b2ray2c@gmail.com
License: MIT
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="75%"/>
        
        # unpackAI
        
        [![PyPI version](https://img.shields.io/pypi/v/unpackai)](https://pypi.org/project/unpackai/)
        ![Python version](https://img.shields.io/pypi/pyversions/unpackai)
        ![License](https://img.shields.io/github/license/unpackai/unpackai)
        ![PyPI Downloads](https://img.shields.io/pypi/dm/unpackai)
        
        [![Bugs](https://img.shields.io/github/issues/unpackai/unpackai/bug)](https://github.com/unpackai/unpackai/issues?q=is%3Aissue+is%3Aopen+-label%3A"enhancement")
        [![Enhancements](https://img.shields.io/github/issues/unpackai/unpackai/enhancement)](https://github.com/unpackai/unpackai/issues?q=is%3Aissue+is%3Aopen+label%3A"enhancement")
        [![codecov](https://codecov.io/gh/unpackAI/unpackai/branch/main/graph/badge.svg)](https://codecov.io/gh/unpackAI/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 :: MIT 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
