https://github.com/tharindudr/mudes-ui
System Demonstration for MUDES
https://github.com/tharindudr/mudes-ui
Last synced: about 1 month ago
JSON representation
System Demonstration for MUDES
- Host: GitHub
- URL: https://github.com/tharindudr/mudes-ui
- Owner: TharinduDR
- License: apache-2.0
- Created: 2021-01-07T19:24:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T11:44:57.000Z (about 2 years ago)
- Last Synced: 2025-02-16T10:31:07.778Z (3 months ago)
- Language: Python
- Homepage:
- Size: 351 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
[](https://img.shields.io/docker/pulls/tharindudr/mudes.svg)# MUDES UI
Sytem Demonstration of [MUDES](https://github.com/TharinduDR/MUDES) BASED ON Streamlit. It is hosted [here](http://rgcl.wlv.ac.uk/mudes/).## Running the Demo
If you are willing to self host the demo, install Docker and run the following command.```
docker run tharindudr/mudes
```You can also run it from checking out the GutHub Project and running this command.
```
make run-container
```