Hardware-aware deep learning framework for Level-1 Missing Transverse Energy reconstruction on FPGAs for CMS and the next generation HL-LHC.
This project is an extensive refactor and extension of https://github.com/ucsd-hep-ex/L1METML
# Setup
micromamba env create -f environment.yaml
micromamba activate l1deepmet
pip install -e .
# Run preprocessing
dvc repro preprocess- Preprocess - Load ROOT files, clean data, create train/val/test splits
- Train - Neural network training (coming soon)
- Evaluate - Performance assessment (coming soon)
- Data Preprocessing - Pipeline details
- DVC Workflow - Experiment management