Metadata-Version: 2.4
Name: crashframe
Version: 0.0.1
Summary: Crash reporter for ML inference on edge devices: silent failures, latency collapse, OOM traces. In development.
Project-URL: Homepage, https://crashframe.dev
Author-email: Vitaliy Parkhomenko <v.parxomenko16@gmail.com>
License: Apache-2.0
Keywords: crash-reporting,edge,inference,jetson,monitoring,onnx
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# crashframe

Crash reporter for ML inference on edge devices.

One line of code wraps your ONNX Runtime session; crashframe logs runtime errors, NaN and degenerate outputs, latency collapse, silent CPU fallback and OOM traces to a local file, with a built-in web report for headless devices. No cloud, no telemetry, numpy is the only dependency.

**Status: in development.** This release reserves the package name. Watch the repo for v0.1.
