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

https://github.com/tharindudr/transquest-ui

System Demonstration for TransQuest
https://github.com/tharindudr/transquest-ui

Last synced: about 1 month ago
JSON representation

System Demonstration for TransQuest

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)

# TransQuest UI
System Demonstration of [TransQuest](https://github.com/TharinduDR/TransQuest) Basesd on Streamlit.

## Running the Demo
If you are willing to self host the demo, install Docker and run the following command.

```
docker run tharindudr/transquest
```

You can also run it from checking out the GitHub Project and running this command.

```
make run-container
```