Installation

Requirements

  • Python ≥ 3.10

  • PyTorch ≥ 2.1

Basic install

pip install deepextractor

Install from source

git clone https://github.com/tomdooney95/deepextractor.git
cd deepextractor
pip install -e ".[dev]"

Optional dependencies

Generative glitch models (TensorFlow, gengli, bilby):

pip install deepextractor[generative]

Documentation dependencies:

pip install deepextractor[docs]

Pretrained weights

Pretrained model weights are hosted on Hugging Face Hub and are downloaded automatically on first use — no manual step required.