Lightweight CNN (pruned & quantized to TFLite) for 5-way quality classification in a CubeSat context: Blurry, Corrupt, Missing_Data, Noisy, Priority.
Onboard screening and prioritization of imagery before downlink. Not a substitute for final scientific quality vetting. Designed for low-latency CPU execution.
CubeSats are effective but resource-constrained. Onboard inference helps prioritize high-value images under downlink and compute limits. This card consolidates the context so the home page can stay task-focused.
Training/validation/test splits derived from preprocessed NPY tensors (9,711 / 3,237 / 3,237). Class imbalance present (Priority most frequent; Corrupt & Missing_Data minority).
Summarizes notebook concepts without changing backend behavior.