Metadata-Version: 2.1
Name: pyinfer
Version: 0.0.1
Summary: Pyinfer is a model agnostic Python utility tool for ML developers and researchers to benchmark model inference statistics.
Home-page: https://github.com/cdpierse/pyinfer
Author: Charles Pierse
Author-email: charlespierse@gmail.com
License: Apache-2.0
Description: <p align="center">
            <a id="pyinfer" href="#pyinfer">
                <img src="media/Pyinfer.png" alt="Pyinfer logo" title="Pyinfer Logo" width="400" />
            </a>
        </p>
        
        [![build](https://circleci.com/gh/cdpierse/pyinfer.svg?style=shield&circle-token=2c8717a6df1a49242ab0f694f8ab4bb58d376c91)](https://app.circleci.com/pipelines/github/cdpierse/pyinfer)
        <img src="./test/static/coverage.svg">
        
        Pyinfer is a model agnostic Python utility tool for ML developers and researchers to benchmark model inference statistics. 
        
        ## Installation
        
        ```python
        pip install pyinfer
        ```
        
Keywords: machine learning,inference,benchmark,model inference,model serving
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: Plotting
Provides-Extra: all
