Metadata-Version: 2.1
Name: fastinference
Version: 0.0.34
Summary: A collection of inference modules
Home-page: https://github.com/muellerzr/fastinference/tree/master/
Author: Zachary Mueller
Author-email: muellerzr@gmail.com
License: Apache Software License 2.0
Keywords: fastai pytorch fastai
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
Requires-Dist: fastai (>=2.0.0)
Provides-Extra: all
Requires-Dist: fastai ; extra == 'all'
Requires-Dist: onnxruntime-gpu ; extra == 'all'
Requires-Dist: plotly ; extra == 'all'
Requires-Dist: plotnine ; extra == 'all'
Requires-Dist: shap (<0.36.0) ; extra == 'all'
Provides-Extra: interp
Requires-Dist: plotly ; extra == 'interp'
Requires-Dist: plotnine ; extra == 'interp'
Requires-Dist: shap (<0.36.0) ; extra == 'interp'
Provides-Extra: onnx-cpu
Requires-Dist: onnxruntime-cpu ; extra == 'onnx-cpu'
Provides-Extra: onnx-gpu
Requires-Dist: onnxruntime-gpu ; extra == 'onnx-gpu'

# fastinference
> A collection of inference modules for fastai including inference speedup and interpretability


## Install

`pip install fastinference`

There are submodules available as well via:

* `pip install fastinference[interp]` - Interpretability modules such as SHAP and Feature Importance
* `pip install fastinference[onnxcpu]` - ONNX for a CPU environment
* `pip install fastinference[onnxgpu]` - ONNX for a GPU environment


## Wonderful Contributors:

(Using both their `fastai` handles as well as their GitHub handles if possible):

* Pavel (Pak)


