An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Downloads](https://img.shields.io/docker/pulls/tharindudr/mudes.svg)](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
```