| # viet-robot-object-room-mapper | |
| A tiny rule-based Python model that predicts a typical room for a given | |
| Vietnamese object phrase. | |
| The function: | |
| ```python | |
| map_object_to_room(text: str) -> Room | |
| ``` | |
| returns one of: | |
| `living_room`, `kitchen`, `bedroom`, `bathroom`, `hallway`, | |
| `office`, `storage`, `any`, or `unknown`. | |
| This is a lightweight demo for educational purposes. | |
| ## License | |
| MIT | |