Metadata-Version: 1.0
Name: MiraiML
Version: 1.0.0
Summary: An asynchronous engine for continuous & autonomous machine        learning, built for real-time usage
Home-page: https://github.com/arthurpaulino/miraiml
Author: Arthur Paulino
Author-email: arthurleonardo.ap@gmail.com.com
License: UNKNOWN
Description: .. -*- mode: rst -*-
        
        |license| |docs| |pypi|
        
        .. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg
        .. _license: https://opensource.org/licenses/MIT
        
        .. |docs| image:: https://readthedocs.org/projects/miraiml/badge/?version=latest
        .. _docs: https://readthedocs.org/projects/miraiml/
        
        .. |pypi| image:: https://badge.fury.io/py/miraiml.svg
        .. _pypi: https://badge.fury.io/py/miraiml
        
        MiraiML
        =======
        
            Mirai: `future` in japanese.
        
        MiraiML is an asynchronous engine for continuous & autonomous machine learning,
        built for real-time usage.
        
        Usage
        -----
        
        1. Install: ``$ pip install miraiml``
        2. Now, inside a Python environment, import the main classes:
        
        >>> from miraiml import HyperSearchSpace, Config, Engine
        
        Some didactic tutorials can be found in the `examples <examples>`_ directory. Or
        `Read the Docs <https://miraiml.readthedocs.io/en/latest/>`_ for a better
        understanding of MiraiML.
        
        Development
        -----------
        
        1. Download: ``$ git clone https://github.com/arthurpaulino/miraiml.git``
        2. Change directory: ``$ cd miraiml``
        
        Now you can install it with ``$ make install`` or ``$ python setup.py install``.
        
        **Note**: Call ``$ make help`` for more info on ``make`` directives.
        
        Contributing
        ------------
        
        Please, follow the `guidelines <CONTRIBUTING.md>`_ if you want to be part of this
        project.
        
Platform: UNKNOWN
