Metadata-Version: 1.1
Name: model-maker
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/shirecoding/ModelMaker
Author: shirecoding
Author-email: shirecoding@gmail.com
License: UNKNOWN
Download-URL: https://github.com/shirecoding/ModelMaker/archive/0.0.2.tar.gz
Description: # ModelMaker
        
        Framework and utilities for creating and validating ML models
        
        ## Features
        
        - CLI tool for creation and validation of models
        - Choose from predefined templates
        - validate model
        - write custom tests for each model
        
        ## Install the tool
        
        This will install the modelmaker CLI tool
        
        ```bash
        git clone https://github.com/shirecoding/ModelMaker.git
        cd ModelMaker
        pip3 install ./
        ```
        
        ## Create a New Project
        
        ```bash
        modelmaker new --name mynewproject
        ```
        
        ## List Templates
        
        ```bash
        modelmaker templates
        ```
        
        **Current Templates**
        
        - default (simple classification model)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
