8000 GitHub - agresch/sandman_web: The web interface for Sandman.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

agresch/sandman_web

 
 

Repository files navigation

pre-commit.ci status

Sandman Web

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.

Running From Source

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.

License

MIT

About

The web interface for Sandman.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.2%
  • Python 32.1%
  • CSS 9.7%
0