File size: 388 Bytes
daed4dc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # viet-robot-priority-planner
A simple rule-based model that assigns a priority level to Vietnamese tasks or
commands for a home robot.
Priority levels:
- `low`
- `normal`
- `high`
- `urgent`
The model looks for phrases such as *"ngay lập tức"* (immediately),
*"càng sớm càng tốt"* (as soon as possible), or *"khi rảnh"* (when free)
to infer the priority.
## License
MIT
|