Metadata-Version: 2.1
Name: rectorch
Version: 0.0.6b0
Summary: rectorch: state-of-the-art recsys approaches implemented in pytorch.
Home-page: https://github.com/makgyver/rectorch
Author: Mirko Polato
Author-email: mak1788@gmail.com
License: MIT
Download-URL: https://github.com/makgyver/rectorch
Description: [logo]: https://raw.githubusercontent.com/makgyver/rectorch/master/docsrc/img/logo_150w.svg
        ![logo]
        
        
        [travis-img]: https://travis-ci.org/makgyver/rectorch.svg?branch=master
        [travis-url]: https://travis-ci.org/makgyver/rectorch
        [language]: https://img.shields.io/github/languages/top/makgyver/rectorch
        [issues]: https://img.shields.io/github/issues/makgyver/rectorch
        [license]: https://img.shields.io/github/license/makgyver/rectorch
        [version]: https://img.shields.io/badge/python-3.6|3.7|3.8-blue
        
        [![Build Status][travis-img]][travis-url]
        [![Coverage Status](https://coveralls.io/repos/github/makgyver/rectorch/badge.svg?branch=master)](https://coveralls.io/github/makgyver/rectorch?branch=master)
        [![docs](https://img.shields.io/badge/docs-github.io-blue)](https://makgyver.github.io/rectorch/)
        ![version] ![issues] ![license]
        
        State-of-the-art recsys approaches implemented in pytorch
        
        # Installation
        
        ```
        pip3 install rectorch
        ```
        
Keywords: recommender-system,pytorch,machine-learning,algorithm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
