An open API service indexing awesome lists of open source software.

https://github.com/skylander86/ycml

YC's collection of convenience code for developing ML applications. (DEPRECATED)
https://github.com/skylander86/ycml

deprecated machine-learning ml natural-language-processing nlp utilities

Last synced: 5 months ago
JSON representation

YC's collection of convenience code for developing ML applications. (DEPRECATED)

Awesome Lists containing this project

README

          

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 `_ 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.