Metadata-Version: 2.1
Name: luz
Version: 6.0.0
Summary: Framework for rapid research and development of machine learning projects using PyTorch.
Home-page: https://github.com/kijanac/luz
License: MIT
Author: Ki-Jana Carter
Author-email: kijana@mit.edu
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: matplotlib (>=3.3.2,<4.0.0)
Requires-Dist: networkx (>=2.5,<3.0)
Requires-Dist: torch (>=1.7.0,<2.0.0)
Project-URL: Repository, https://github.com/kijanac/luz
Description-Content-Type: text/x-rst

==============
Luz Module
==============

.. image:: https://codecov.io/gh/kijanac/luz/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/kijanac/luz

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github

**Framework for rapid research and development of machine learning projects using PyTorch.**

Longer description coming soon!

Basic usage: custom modules with luz.Module functionality. Simply define your model, inherit from luz.Module, and use model.train/model.test.

Next level: simplified training algorithms with transforms and handlers.

Next level: straightforward hyperparameter tuning with various scoring mechanisms.

---------------
Getting Started
---------------

Prerequisites
-------------

Installing
----------

To install, open a shell terminal and run::

`conda create -n luz -c conda-forge -c pytorch -c kijana luz`

----------
Versioning
----------

-------
Authors
-------

Ki-Jana Carter

-------
License
-------
This project is licensed under the MIT License - see the LICENSE file for details.

