CoolFace
Apppublic

shiva-1993/petstore-scm-mcp-backend

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
50 commits on main
ce17cd43mo ago

docs: add "how the models avoid data leakage" section

shiva-1993
43d992a3mo ago

docs: document lift-based recommendations, hybrid NL→SQL, durable weights

shiva-1993
ae44cb33mo ago

feat(mlops): fine-tune button trains + durably persists; artifact retention

shiva-1993
3f8a22a3mo ago

feat(mlops): durable model-weight persistence in Postgres

shiva-1993
e1df52e3mo ago

feat(recommendations): lift/confidence ranking + UI polish

shiva-1993
904c8423mo ago

fix(dbt): cast avg to numeric in sku_days_of_supply for Postgres

shiva-1993
dc0139d3mo ago

fix(seed): drop stale analytics schema before re-seeding raw tables

shiva-1993
c8df7dd3mo ago

feat(recommendations): interactive per-product recommendations

shiva-1993
03b8ca13mo ago

feat(ask): hybrid natural-language → SQL on Ask Your Data

shiva-1993
1210ade3mo ago

feat(whatif): dropdowns from data + explicit Simulate button

shiva-1993
dc0992e3mo ago

feat(frontend): Ask Your Data SQL console tab

shiva-1993
1b013463mo ago

feat: recommendations, operational intelligence, dbt+DuckDB, ad-hoc SQL

shiva-1993
cbccb283mo ago

test: make smoke test assert route reachability, not app.routes introspection

shiva-1993
220a7ff3mo ago

docs: full README rewrite for current architecture + add MIT LICENSE

shiva-1993
ba2a0d93mo ago

docs: document ELT pipeline, dbt data quality, real MLOps registry, agent tracing

shiva-1993
37612353mo ago

feat(observability): agent run tracing — per-tool latency, cost, status

shiva-1993
9707d923mo ago

feat(mlops): real CatBoost retrain + Postgres model-registry logbook

shiva-1993
c67f0933mo ago

feat(data): direct-to-DB seeding + dbt transformations with data-quality tests

shiva-1993
bbf896f3mo ago

fix(ui): clickable help on KPI cards, P10/P90 lines on forecast, markdown chat + CoT, reorder AI Assistant before MLOps

shiva-1993
840c89a3mo ago

build(frontend): point production build at HF Space backend for Vercel

shiva-1993
87748783mo ago

style(ui): remove horizontal walking pets (header + footer), keep vertical floaters

shiva-1993
7851cd83mo ago

chore: simplify .env.example to Neon + BYOK, drop legacy MySQL/Railway blocks

shiva-1993
127de133mo ago

feat(api): add /diagnostics endpoint reporting live data source (postgres vs csv)

shiva-1993
c434e2f3mo ago

fix(db): load DATABASE_URL from .env for local backend runs

shiva-1993
8b941ba3mo ago

feat(db): PostgreSQL (Neon) as system of record with CSV fallback

shiva-1993
0a789e03mo ago

fix(ui): top-bar nav no longer clips; pets stroll under logo; CORS allows any localhost port

shiva-1993
c4018283mo ago

feat(ui): bigger type/buttons, full-width blurbs, taller header, walking-pet parade, interactive store stock-health

shiva-1993
4788c683mo ago

feat(ui): white theme, bigger fonts, full-width, store dimension, glossaries

shiva-1993
2c0146e3mo ago

fix(ui): self-heal stale persisted model when it doesn't match provider

shiva-1993
eb803fd3mo ago

feat(ui): full dashboard overhaul — top-bar layout, interactive pages, COT assistant

shiva-1993
171402b3mo ago

fix: use HF-allowed colorFrom value in Space frontmatter

shiva-1993
20b97693mo ago

build: add root Dockerfile and HF Spaces frontmatter for deployment

shiva-1993
845f0eb3mo ago

feat(deploy): HF Spaces Dockerfile, Vercel config, CI, README; retire Gradio

shiva-1993
6482a233mo ago

feat(frontend): React+Vite+Tailwind app with 8 animated dashboards

shiva-1993
9ddbe5a3mo ago

feat(backend): add AI assistant WebSocket + provider list

shiva-1993
2cf88663mo ago

feat(backend): add suppliers + stores + analytics routes

shiva-1993
47088a93mo ago

feat(backend): add executive + inventory routes

shiva-1993
0a5d7253mo ago

feat(backend): add forecast + mlops routes

shiva-1993
15561533mo ago

feat(backend): FastAPI app shell with CORS + health check

shiva-1993
bba55ee3mo ago

feat(backend): config + cached CSV data-access layer

shiva-1993
d81af443mo ago

feat(forecast): Chronos + N-HiTS + CatBoost ensemble, registry, contract

shiva-1993
45e21d33mo ago

feat(forecast): add forecast output contract + validation

shiva-1993
3972e063mo ago

feat(data): scale dataset to 160 SKUs / 92 stores / 3yr / 300k txns

shiva-1993
659654a5mo ago

Add cloud deployment support and environment config

shiva-1993
22eb46a5mo ago

Clean up AI-generated comments across all Python files

shiva-1993
241b9695mo ago

Add roadmap section: 6 critical upgrades for enterprise readiness

shiva-1993
45e2fd15mo ago

Fix demand forecast store filter, analytics store filter, UI overhaul, and README update

shiva-1993
d7b93a15mo ago

Fix 23 logic bugs from comprehensive audit

shiva-1993
6cad2e65mo ago

Fix forecast not working after model training + chart logic fixes batch

shiva-1993
c778ce45mo ago

Fix all pending UI/chart issues from review session

shiva-1993