Skip to content

HarshiniBorugadda/floor-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Floor Planner

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.

Sample Output

  1. Image Output

    Floor plan

  2. 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
      }
    ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors