CatPred is a framework for deep learning of in vitro enzyme kinetic parameters.
pip install catpredFor development or to run the test suite:
pip install -e .[test,docs]from catpred import InferenceRunner
runner = InferenceRunner({"checkpoint_paths": ["model.pt"]})
# runner.prepare()
# preds = runner.run([["CCO"]])See the examples directory for sample inputs.