thebayesianconspiracy / scanpix

Apache License 2.0
1 stars 0 forks source link

Indexer UI #30

Closed TheCodeYoda closed 2 years ago

TheCodeYoda commented 2 years ago

Wiring up Indexer progress bar UI with the backend

nuwandavek commented 2 years ago

I think we should avoid the file write, not sure why that's necessary. Also, can we not use the same server? Do we need a new server? Flask can handle websockets I think. @sam17 can comment more.

Also, let's use a linter (flake8 is good) and fix all linter issues (bare exceptions, * imports etc)?

TheCodeYoda commented 2 years ago

Actually that's a better design, will make the ml server open websockets and try to convey the information to the frontend from the ml server. Will add the linter too.