Metadata-Version: 2.1
Name: project-lighter
Version: 0.0.1
Summary: YAML-based automated rapid prototyping framework for deep learning experiments
Home-page: https://github.com/lighter/lighter
License: MIT
Author: Ibrahim Hadzic
Author-email: ibrahimhadzic45@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fire (>=0.5.0,<0.6.0)
Requires-Dist: lightly (>=1.2.43,<2.0.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: monai-weekly (>=1.2.dev2304,<2.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: py (>=1.11.0,<2.0.0)
Requires-Dist: pytorch-lightning (>=1.9.0,<2.0.0)
Requires-Dist: tensorboard (>=2.11.2,<3.0.0)
Requires-Dist: torch (>=1.13.1,<2.0.0)
Requires-Dist: torchmetrics (>=0.11.0,<0.12.0)
Requires-Dist: torchvision (>=0.14.1,<0.15.0)
Project-URL: Repository, https://github.com/lighter/lighter
Description-Content-Type: text/markdown

# Lighter
[![build](https://github.com/project-lighter/lighter/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/project-lighter/lighter/actions/workflows/build.yml) ![Coverage](./assets/images/coverage.svg)


## Setup

Run the following commands to develop with the repository and add the package in develop mode to your environment

````
make setup
make install 
````

To setup the pre-commit hook to format code before commit,
````
make pre-commit-install
````

