Metadata-Version: 2.1
Name: milinamaso
Version: 0.1.0
Summary: Everything necessary to train a computer vision model in PyTorch
Home-page: https://github.com/MateoLostanlen/Milinamaso
Author: Mateo Lostanlen
License: MIT
Download-URL: https://github.com/MateoLostanlen/Milinamaso/archive/v_1.0.tar.gz
Description: # Milinamaso
        
        The goal of this repo is to gather everything necessary to train a computer vision model.
        
        This repository is based on https://github.com/frgfm/Holocron, you should look at it first.
        
        
        ## Getting started
        
        ### Prerequisites
        
        - Python 3.6 (or more recent)
        - [pip](https://pip.pypa.io/en/stable/)
        
        ### Installation
        
        You can install the package using [pypi](https://pypi.org/project/milinamaso/) as follows:
        
        ```bash
        pip install milinamaso
        ```
        
        ## License
        
        Distributed under the MIT License. See `LICENSE` for more information.
Keywords: pytorch,deep learning,vision,models
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
