JHU-CLSP / turking-bench

Web-grounded natural language instructions
https://turkingbench.github.io
Apache License 2.0
13 stars 6 forks source link

Local visualization with backend #5

Closed danyaljj closed 1 year ago

danyaljj commented 1 year ago

Create a simple Python-based server to visualize the tasks.

Related: We may also want to look into Turkle: https://github.com/hltcoe/turkle It has examples (https://github.com/hltcoe/turkle/blob/master/examples/audio_transcription.html) with HTML+variables and somehow it can incorporate variables in HTML templates and visualize them.

danyaljj commented 1 year ago

Jinja might be helpful for visualizing the html templates + variables: https://stackoverflow.com/questions/8884464/python-list-and-variable-into-html-template

Or Django: https://stackoverflow.com/questions/1070398/how-to-set-a-value-of-a-variable-inside-a-template-code

yeganehkordi commented 1 year ago

I think we can close this issue now.