2 Commits

Author SHA1 Message Date
chrisryn
3701809bbf Add setup documentation
README with prerequisites, install steps, usage guide,
supported formats, project structure, and API reference.
2026-02-19 10:52:25 -06:00
chrisryn
9abf9b4b58 Initial commit: CMM Report Analyzer
FastAPI app that parses CMM inspection reports (PDF/Excel/CSV),
computes SPC metrics (Cp/Cpk/Pp/Ppk, control limits, Shapiro-Wilk),
generates interactive Plotly charts, and provides AI-powered quality
summaries via Azure OpenAI with graceful fallback.

Includes 21 passing tests covering parsers, SPC calculations, and
API endpoints.
2026-02-19 10:38:51 -06:00