YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
viet-robot-room-locator
A tiny rule-based model that infers the most likely room in a house from a Vietnamese instruction.
Predicted rooms:
living_room,kitchen,bedroom,bathroom,hallway,office,garage, orunknown.
The model uses simple keyword matching; it is lightweight and easy to understand.
Usage
from model import infer_room
print(infer_room("Đi tới phòng khách")) # -> "living_room"
print(infer_room("Quét nhà bếp")) # -> "kitchen"
License
MIT
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support