[Feature Request] Update the analysis in real-time once the new results are generated.
#1
by
JarrettYe
- opened
The current App outputs the analysis at the end of all results generated. It costs too much time if the collection file contains a lot of review logs. Is it possible to update the analysis in real-time once the new results are generated? It will improve the experience of using.
It costs too much time if the collection file contains a lot of review logs.
There are a few speed-ups I can think of:
- Making the code cuda enabled and running on a gpu
- If a reader made the code I could try to get us a free grant
- Making a
fast_mode
that skips analysis- Ill work on this now!
- Update the analysis in real time as you suggest
- This would require some major adjustments using gradio event-handlers
If you or a reader want to contribute 1 or 3, Id be happy to make you an admin or approve a pull request.