xiph / awcy

http://arewecompressedyet.com/
MIT License
72 stars 46 forks source link

server: Periodically display stdout of CTC-XLSM output #338

Closed vibhoothi closed 1 year ago

vibhoothi commented 1 year ago

This adds both export logs and frontend changes for showing stdout of ctc export

The stdout is written to a .txt file and frontend polls 5 for showing it, overall it takes ~10-12 wallclock time for showing the output, given beta is slow for generating this, this helps to keep track of it and avoid multiple ctc requests to backend from users.

Screenshots:

image image

PS: This contains commit from #337 which will be rebased after merge.