Metadata-Version: 2.1
Name: unpackai
Version: 0.1.7.3
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
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
Requires-Dist: fastai
Requires-Dist: forgebox (>=0.4.5)

<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")
[![Coverage Status](https://coveralls.io/repos/github/unpackAI/unpackai/badge.svg?branch=main)](https://coveralls.io/github/unpackAI/unpackai?branch=main)


> 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).


