Skip to content

RasterScan/Floor-Plan-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Floor-Plan-Recognition

It's the implementation to convert Raster to Vector on floor plan images.

Before You Start

Star us on GitHub, and be instantly notified for new release!

vlc-record-2024-04-04-20h47m49s-2024-04-04 20-46-42 mkv-

Installation

docker pull rasterscan/floor-plan-recognition:latest-cpu
docker run --name rasterscan-service -d -p 8888:8888 rasterscan/floor-plan-recognition:latest-cpu

The application will start on http://localhost:8888 by default.

Available Endpoints

  • /health (GET): Health check endpoint
  • /get_machine_code (GET): Get machine code to get lifetime license
  • /activate_machine (POST): Activate the SDK
  • /plan_recognition (POST): Recognize floor plan image file
  • /plan_recognition_on_base64 (POST): Recognize floor plan base64 image

Update

  • 2024/08/26. Room determination algorithm is added

Original Paper

Raster-to-Vector: Revisiting Floorplan Transformation

Demo

https://huggingface.co/spaces/RasterScan/Automated-Floor-Plan-Digitalization

API Portal

https://rapidapi.com/akashdev2016/api/floor-plan-digitalization

Benifits

  • It will reduce lots of manual work to design floor plan
  • It will be more easier to create 3D floor plan automatically

Please reach out to me to get on-premise solution (Email: [email protected], WhatApp: +19382025720)

Releases

No releases published

Packages

No packages published