Installation

To get started with easy-lightning, you first need to install the package using pip.

pip install easy-lightning

This will install the latest version of easy-lightning from PyPI.

Project Initialization

Once installed, you can initialize a new project using the command-line tool provided by the package.

easy-lightning-init

This will create a new project scaffold with all necessary configuration and file structure to start working with easy-lightning.

Next Steps

After initializing your project, you can begin customizing your training pipeline, models, and datasets. Refer to the full documentation for detailed usage examples and advanced configurations.