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.
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 using a command like the following:
uv run flask --app sandman_web run --debug --host 0.0.0.0
Then 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.