devjas1
Initial Release: Polymer Aging With ML [Standalone Appliance]
4a0e21d
Raw
History Blame Contribute Delete
136 Bytes
# Configuration constants for the backend API
TARGET_LEN = 500
LABEL_MAP = {0: "Stable", 1: "Weathered"}
SAMPLE_DATA_DIR = "sample_data"