This tool is an interactive web interface for crossroad-schematization, a python software that generates maps for blind people.
Building the docker image:
- Build the image with:
docker build -t crschem .
- Run the container with:
docker run -dp 127.0.0.1:8888:8080 crschem
Using an existing image available on docker hub:
docker pull jmfavreau/crschem-web:latest
docker run -dp 127.0.0.1:8888:8080 jmfavreau/crschem-web
The application is now available on your browser at the following address: localhost:8888
A demo instance of this tool is available at the following address without stability garantee: https://crschem.jmfavreau.info/