Metadata-Version: 1.1
Name: ycml
Version: 0.1.14
Summary: yc's collection of convenience code for developing ML applications.
Home-page: http://github.com/skylander86/ycml
Author: yc sim
Author-email: hello@yanchuan.sg
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Description: YCML
        ====
        
        .. image:: https://img.shields.io/pypi/v/ycml.svg
                :target: https://pypi.python.org/pypi/ycml
        
        This package contains a collection of code that I've written over the past years for pretty run-of-the-mill deployments of machine learning projects.
        
        Documentation is sparse because this is mostly for my own personal use. Sorry!
        
        See `helloworld <https://github.com/skylander86/ycml/tree/master/helloworld>`_ for a sample ML project template.
        
        Usage
        -----
        
        To use it in your files, add::
        
            git+https://github.com/skylander86/ycml.git@v0.1.5#egg=ycml
        
        to your `requirements.txt`.
        
        Development Tips
        ----------------
        
        In your app, do::
        
            pip install -e ../ycml
        
        to install module in "editable" mode.
        
Keywords: machine learning,ml,natural language processing,nlp,utilities
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX
