[Feature Request] Update the analysis in real-time once the new results are generated.

#1
by JarrettYe - opened
open spaced repetition org

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.

open spaced repetition org

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:

  1. 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
  2. Making a fast_mode that skips analysis
    • Ill work on this now!
  3. 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.

open spaced repetition org

Ok, I fixed #2 here

Sign up or log in to comment