Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logo #45

Merged
merged 9 commits into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 59 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,68 @@
# 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)
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/images/lighter_dark.png">
<source media="(prefers-color-scheme: light)" srcset="./assets/images/lighter_light.png">
<img align="center" alt="Lighter logo" src="h/assets/images/lighter_dark.png">
</picture>
</div>
<br/>
<div align="center">

[![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) [![GitHub license](https://img.shields.io/github/license/project-lighter/lighter)](https://github.com/project-lighter/lighter/blob/main/LICENSE)
</div>

## Setup

Run the following commands to develop with the repository and add the package in develop mode to your environment
Welcome to `lighter`, an elegant and powerful wrapper for [PyTorch Lightning](https://github.com/Lightning-AI/lightning) that simplifies the way you build and manage your deep learning experiments. Unleash your model's potential through a unified, **configuration-based** approach that streamlines the experimentation process, empowering both beginners and experts in the field.


## 🚀 Install

Current release:
````
make setup
make install
pip install project-lighter
````

Pre-release (up-to-date with the main branch):
````
pip install project-lighter --pre
````

To setup the pre-commit hook to format code before commit,
For development:
````
make pre-commit-install
make setup
make install # Install lighter via Poetry
make pre-commit-install # Set up the pre-commit hook for code formatting
poetry shell # Once installed, activate the poetry shell
````

## 📖 Usage

- [Documentation]()
- [Video Tutorials]()

## 💡 Projects
List of projects that use `lighter`:

| Project | Description |
| --- | --- |
| [FMCBI]() | |


## 📄 Cite:

If you find `lighter` useful in your research or project, please consider citing it. Here's an example BibTeX citation entry:

```bibtex
@software{lighter,
author = {Ibrahim Hadzic and
Suraj Pai and
Keno Bressem and
Hugo Aerts},
title = {Lighter},
publisher = {Zenodo},
doi = {10.5281/zenodo.8007711},
url = {https://doi.org/10.5281/zenodo.8007711}
}
```

We appreciate your support!
Binary file added assets/images/lighter_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/lighter_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.