Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -319,11 +319,7 @@ Modern warehouse automation platforms — automated storage & retrieval
|
|
| 319 |
systems (AS/RS), conveyor & sortation lines, AGVs/AMRs, and the WMS/WCS
|
| 320 |
software that orchestrates them — generate huge volumes of operational
|
| 321 |
data: equipment telemetry, transactions, safety logs, and ad-hoc questions
|
| 322 |
-
from floor staff.
|
| 323 |
-
AI layer can sit on top of that kind of system: routing requests correctly,
|
| 324 |
-
answering from real operational context instead of guessing, catching
|
| 325 |
-
equipment problems early, and doing all of it with **honest, reproducible
|
| 326 |
-
evaluation** rather than a demo that just "looks like it works."
|
| 327 |
|
| 328 |
## What this demonstrates
|
| 329 |
|
|
@@ -339,10 +335,7 @@ evaluation** rather than a demo that just "looks like it works."
|
|
| 339 |
|
| 340 |
**Every dataset in this project is synthetically generated by the project's
|
| 341 |
own code** (`src/data_generation.py` and `src/knowledge_base.py`), not
|
| 342 |
-
scraped, exported, or sourced from any real company's systems.
|
| 343 |
-
deliberate choice: it keeps the project fully self-contained, reproducible,
|
| 344 |
-
and shareable without any data-privacy or licensing concerns, while still
|
| 345 |
-
being realistic enough to demonstrate the underlying ML techniques properly.
|
| 346 |
|
| 347 |
| Dataset | What it is | Size | How it's generated |
|
| 348 |
|---|---|---|---|
|
|
@@ -437,16 +430,6 @@ chosen to be as simple as it can be while still doing that job well and
|
|
| 437 |
being honestly evaluated, rather than reaching for the biggest available
|
| 438 |
model by default.
|
| 439 |
|
| 440 |
-
## Limitations & next steps
|
| 441 |
-
|
| 442 |
-
- All data here is **synthetic**, for portfolio/demo purposes — a production
|
| 443 |
-
version would connect to real WMS/WCS APIs and historical sensor logs.
|
| 444 |
-
- The intent set (8 classes) and knowledge base (10 articles) are intentionally
|
| 445 |
-
small to keep the demo fast and auditable; both are easy to extend.
|
| 446 |
-
- The anomaly detector uses 4 hand-picked features; a production system would
|
| 447 |
-
likely use a richer multivariate sensor set and a supervised or
|
| 448 |
-
semi-supervised model once labelled failure data is available.
|
| 449 |
-
|
| 450 |
---
|
| 451 |
*Built as a portfolio/application project. Source code available on request
|
| 452 |
or in the linked repository. Feedback welcome.*
|
|
|
|
| 319 |
systems (AS/RS), conveyor & sortation lines, AGVs/AMRs, and the WMS/WCS
|
| 320 |
software that orchestrates them — generate huge volumes of operational
|
| 321 |
data: equipment telemetry, transactions, safety logs, and ad-hoc questions
|
| 322 |
+
from floor staff.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 323 |
|
| 324 |
## What this demonstrates
|
| 325 |
|
|
|
|
| 335 |
|
| 336 |
**Every dataset in this project is synthetically generated by the project's
|
| 337 |
own code** (`src/data_generation.py` and `src/knowledge_base.py`), not
|
| 338 |
+
scraped, exported, or sourced from any real company's systems.
|
|
|
|
|
|
|
|
|
|
| 339 |
|
| 340 |
| Dataset | What it is | Size | How it's generated |
|
| 341 |
|---|---|---|---|
|
|
|
|
| 430 |
being honestly evaluated, rather than reaching for the biggest available
|
| 431 |
model by default.
|
| 432 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 433 |
---
|
| 434 |
*Built as a portfolio/application project. Source code available on request
|
| 435 |
or in the linked repository. Feedback welcome.*
|