Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.15 KB

Machine Learning Project

Machine Learning Project: Bouygues - SpaceXYZ

The goal of this project is to develop a machine learning model to estimate each type of the room given its floor plan. More precisely, the objectives are:

  • Create a model that reads a PDF floor plan,then convert it into an image floor plan with segmentation.
  • Find each room contour in a given image floor plan.
  • Feature extraction: Implement a model calculates the surface area of each room, the compactness of each room, the density of (non-white) pixels in each room, and the adjacent rooms number of each room.
  • Design different machine learning models to detect the type of each room, such as living room, kitchen, and bedroom and compare their accuracy and analyze these results.

Prerequisites