Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,9 @@ app_file: app.py
|
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
short_description: Turn messy DMs into clean orders.
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# DM Order Desk
|
|
@@ -18,6 +21,16 @@ DM Order Desk helps tiny sellers turn messy customer messages into a clean order
|
|
| 18 |
|
| 19 |
It is designed for home bakers, farmers market vendors, food truck operators, and small Instagram or WhatsApp sellers who take orders through direct messages instead of a full ecommerce system.
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## What It Does
|
| 22 |
|
| 23 |
Paste messy customer DMs into the app. The app extracts:
|
|
@@ -50,7 +63,6 @@ Chris: 12 cookies please, pickup at the farmers market. Paid already.
|
|
| 50 |
|
| 51 |
DM Order Desk turns these messages into a structured order table, a prep list, and follow-up replies for missing details.
|
| 52 |
|
| 53 |
-
|
| 54 |
## Why Small Models Fit
|
| 55 |
|
| 56 |
This is a narrow, practical workflow. The model does not need broad world knowledge or long-form reasoning. It only needs to extract structured order details from short messages.
|
|
@@ -83,4 +95,4 @@ DM Order Desk compresses those manual steps into one review screen. The seller s
|
|
| 83 |
|
| 84 |
## Limitations
|
| 85 |
|
| 86 |
-
This is a prototype. It may still need human review for ambiguous messages, unusual products, or complex multi-message conversations. The goal is to reduce manual sorting work, not replace seller judgment.
|
|
|
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
short_description: Turn messy DMs into clean orders.
|
| 13 |
+
tags:
|
| 14 |
+
- track:backyard
|
| 15 |
+
- achievement:offgrid
|
| 16 |
---
|
| 17 |
|
| 18 |
# DM Order Desk
|
|
|
|
| 21 |
|
| 22 |
It is designed for home bakers, farmers market vendors, food truck operators, and small Instagram or WhatsApp sellers who take orders through direct messages instead of a full ecommerce system.
|
| 23 |
|
| 24 |
+
This is an unofficial Build Small-inspired public demo. It follows the small-model constraints and uses a public Gradio Space, but it is not eligible for official prizes.
|
| 25 |
+
|
| 26 |
+
## Demo and Social Post
|
| 27 |
+
|
| 28 |
+
- App: https://huggingface.co/spaces/build-small-hackathon/dm-order-desk
|
| 29 |
+
- Demo video: https://x.com/Mach_Narration/status/2070802638497853801
|
| 30 |
+
- Social post: https://x.com/Mach_Narration/status/2070802638497853801
|
| 31 |
+
|
| 32 |
+
The social post includes a short demo video showing the Space organizing messy DMs into a review board, prep list, and follow-up replies.
|
| 33 |
+
|
| 34 |
## What It Does
|
| 35 |
|
| 36 |
Paste messy customer DMs into the app. The app extracts:
|
|
|
|
| 63 |
|
| 64 |
DM Order Desk turns these messages into a structured order table, a prep list, and follow-up replies for missing details.
|
| 65 |
|
|
|
|
| 66 |
## Why Small Models Fit
|
| 67 |
|
| 68 |
This is a narrow, practical workflow. The model does not need broad world knowledge or long-form reasoning. It only needs to extract structured order details from short messages.
|
|
|
|
| 95 |
|
| 96 |
## Limitations
|
| 97 |
|
| 98 |
+
This is a prototype. It may still need human review for ambiguous messages, unusual products, or complex multi-message conversations. The goal is to reduce manual sorting work, not replace seller judgment.
|