Metadata-Version: 2.1
Name: fastxtend
Version: 0.0.5
Summary: A collection of extensions and addons for fastai
Home-page: https://github.com/warner-benjamin/fastxtend/tree/main/
Author: Benjamin Warner
Author-email: me@benjaminwarner.dev
License: MIT License
Keywords: fastai pytorch extensions
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.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: vision
Provides-Extra: audio
License-File: LICENSE

# fastxtend
> fastxtend (fastai extended) is a collection of useful tools and extensions I have created or adapted for version 2 of the fastai framework.


## Install

To install, run:
```
pip install git+https://github.com/warner-benjamin/fastxtend.git
```

Or to create an editable install:
```
git clone https://github.com/warner-benjamin/fastxtend.git
cd fastxtend
pip install -e ".[dev]"
```

## Requirements

fastxtend requires fastai to be installed. See http://docs.fast.ai/ for installation instructions.

## Documentation
https://warner-benjamin.github.io/fastxtend/


