Sandman Web is part of the Sandman Project, which aims to provide a device that allows hospital style beds to be controlled by voice. This component provides a web interface. The web interface currently has the capability to view reports that are automatically collected each day by Sandman. Other features are planned, but have not completed development yet. At the moment, Linux is the only supported operating system.
First, obtain a copy of the source using your preferred method (for example cloning the repository or downloading a zip).
Sandman web is developed using Flask and is really easy to run with uv. If you have not installed uv, you can find instructions here. Using a command like the following will start the web service in debug mode:
uv run flask --app sandman_web run --debug --host 0.0.0.0Then in your web browser enter the following URL: YOUR_SANDMAN_IP_ADDRESS:5000. You can stop the web server by pressing CTRL + C in the terminal.