This repository contains a floor planner project developed using DecisionTreeRegressor and Binary Space Partitioning. The floor planner helps in designing and visualizing different floor plans efficiently.
-
Image Output
-
JSON Output
[ { "id": 1, "x": 0, "y": 0, "width": 28, "height": 21 }, { "id": 2, "x": 28, "y": 0, "width": 22, "height": 21 }, { "id": 3, "x": 0, "y": 21, "width": 12, "height": 6 }, { "id": 4, "x": 0, "y": 27, "width": 24, "height": 12 }, { "id": 5, "x": 26, "y": 27, "width": 24, "height": 12 } ]
