Metadata-Version: 1.1
Name: MiraiML
Version: 3.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 Leonardo de Alencar Paulino
Author-email: arthurleonardo.ap@gmail.com
License: UNKNOWN
Description: .. -*- mode: rst -*-
        
        .. image:: https://github.com/arthurpaulino/miraiml/raw/master/docs/img/MiraiML.svg?sanitize=true
        
        ....
        
        |license|_ |travis|_ |codacy|_ |docs|_ |pypi|_ |pepy|_
        
        .. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg
        .. _license: https://opensource.org/licenses/MIT
        
        .. |travis| image:: https://travis-ci.org/arthurpaulino/miraiml.svg
        .. _travis: https://travis-ci.org/arthurpaulino/miraiml
        
        .. |codacy| image:: https://api.codacy.com/project/badge/Grade/983bcf3973094f20ba4f516d6891c5f7
        .. _codacy: https://www.codacy.com/app/arthurpaulino/miraiml
        
        .. |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://pypi.org/project/MiraiML/
        
        .. |pepy| image:: https://pepy.tech/badge/miraiml
        .. _pepy: https://pepy.tech/project/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, you can import the main components:
        
        >>> from miraiml import SearchSpace, Config, Engine
        
        You might want to `Read the Docs`_ for a better understanding of MiraiML.
        
        Contributing
        ------------
        
        Please, follow the guidelines_ if you want to be part of this project.
        
        .. _examples: https://github.com/arthurpaulino/miraiml/tree/master/examples
        .. _Read the Docs: https://miraiml.readthedocs.io/en/latest/
        .. _guidelines: https://github.com/arthurpaulino/miraiml/blob/master/CONTRIBUTING.md
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
