Installation
Rasterscan offers a quick and easy way to deploy the Floor Plan Recognition service using Docker. Follow the steps below to get started
Last updated
Rasterscan offers a quick and easy way to deploy the Floor Plan Recognition service using Docker. Follow the steps below to get started
Last updated
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 contact@rasterscan.com or refer to our troubleshooting guide.