Metadata-Version: 2.1
Name: mlpug
Version: 0.0.16
Summary: A machine learning library agnostic framework for model training
Home-page: https://github.com/nuhame/mlpug
Author: Freddy Snijder
Author-email: mlpug@visionscapers.com
License: UNKNOWN
Description: # MLPug
        A machine learning library agnostic framework for model training
        
        ## Installing MLPug
        Please ensure that you are using Python3.7+.
        
        Install as follows:
        ```
        pip install mlpug
        ```
        
        ## Usage with PyTorch
        When you want to use MLPug with PyTorch, you will need to install it:
        ```
        pip install torch torchvision
        ``` 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
