Closed TheCodeYoda closed 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)?
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.
Wiring up Indexer progress bar UI with the backend