Installation

Rasterscan offers a quick and easy way to deploy the Floor Plan Recognition service using Docker. Follow the steps below to get started

Prerequisites

  • Docker must be installed on your system.

Installation Steps

  • Pull the latest Docker image:

sudo docker pull rasterscan/floor-plan-recognition:latest-cpu

  • Run the container:

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

Access the Service

Once running, the service will be available at:

Support

If you encounter any issues during installation, please contact [email protected] or refer to our troubleshooting guide.

Last updated