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
- Host: GitHub
- URL: https://github.com/tharindudr/transquest-ui
- Owner: TharinduDR
- License: apache-2.0
- Created: 2021-03-21T13:52:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T00:30:29.000Z (about 4 years ago)
- Last Synced: 2025-02-16T10:31:05.233Z (3 months ago)
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- 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)
# 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
```