Metadata-Version: 2.1
Name: fastinference_onnx
Version: 0.0.3
Summary: Using fastai for inference without fastai or PyTorch
Home-page: https://github.com/muellerzr/fastinference_onnx/tree/master/
Author: Zachary Mueller
Author-email: muellerzr@gmail.com
License: Apache Software License 2.0
Description: # fastinference-onnx
        > An ONNX only version of fastai. 
        
        
        To use this library you **must** export your `Learner` using `fastinference`
        
        ## Install
        
        `pip install fastinference_onnx`
        
Keywords: fastai onnx 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
