Skip to content

azzeddinetiba/ROM_AM

Repository files navigation

ROM_AM

example workflow

Alt Text


Installation

Quick Install

pip install .

Tested on: Windows 10, Ubuntu 20.04, and macOS 12.0+
Python versions: 3.8 and 3.9

Example Data Files (Optional)

This repository keeps the example notebooks in git, while large data files are hosted separately on Zenodo.

If you only want the code and notebooks, a filtered clone is recommended:

git clone --filter=blob:none --single-branch https://github.com/azzeddinetiba/ROM_AM.git

You can also use a shallow clone if you only need the latest state:

git clone --depth 1 https://github.com/azzeddinetiba/ROM_AM.git

Notes:

  • Jupyter notebooks (.ipynb) are kept in this repository
  • Large datasets are intended to be downloaded separately from Zenodo (coming soon)
  • If you only want to browse or read the notebooks, no dataset download is needed