Metadata-Version: 2.1
Name: otto-ml
Version: 0.1.4
Summary: Otto is a simple Boilerplate for Machine Learning projects integrated with MLflow tools
Home-page: https://github.com/carlos-rodrigo/otto-ml
Author: Carlos Rodrigo
Author-email: hi@carlosrodrigo.me
License: UNKNOWN
Description: # OTTO
        Otto is a simple Boilerplate for Machine Learning projects integrated with MLflow that creates a basic directory structure to organize your code and data.
        
        ```
        ├── MLproject
        ├── README.md
        ├── conda.yaml
        ├── data
        │   ├── processed/
        │   └── raw/
        ├── notebooks/
        ├── src/
        └── tests/
        ```
        
        ## Usage
        
        Simple install otto using pip as follows
        
        `pip install otto-ml`
        
        and use otto
        
        `otto --name new-project`
        
        or simple use it with out params and let otto guides you 😉
        
        `otto`
        
        and that's it!  😝
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: extras
