Metadata-Version: 2.1
Name: legos.ai
Version: 0.0.3.1
Summary: A simple framework for fast protopying of Deep Learning researches.
Home-page: https://github.com/quanhua92/legos
Author: Quan Hua
Author-email: quanhua92@gmail.com
License: Apache
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: albumentations
Requires-Dist: beautifultable
Requires-Dist: torchprof
Requires-Dist: hiddenlayer

[![PyPI version](https://badge.fury.io/py/legos.ai.svg)](https://badge.fury.io/py/legos.ai)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/legos.ai.svg?color=critical)
[![Documentation Status](https://readthedocs.org/projects/legos/badge/?version=latest)](http://legos.readthedocs.io/?badge=latest)
[![Build Status](https://travis-ci.org/quanhua92/legos.svg?branch=master)](https://travis-ci.org/quanhua92/legos)
[![Coverage Status](https://coveralls.io/repos/github/quanhua92/legos/badge.svg?branch=master)](https://coveralls.io/github/quanhua92/legos?branch=master)
![PyPI - Downloads](https://img.shields.io/pypi/dm/legos.ai.svg?color=information)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/quanhua92/legos.svg)
![GitHub contributors](https://img.shields.io/github/contributors/quanhua92/legos.svg)
![PyPI - License](https://img.shields.io/pypi/l/legos.ai.svg?color=yellow)
# LEGOS.AI

Documentation: https://legos.ai

A simple framework for fast prototyping of Deep Learning research.

# Installation
- Install using `pip`
```
pip install legos.ai
```


