▲ ▼ Anki accumulated reviews
Anki is a leading flashcard application used extensively by students for learning new languages to medical courses. It uses scientifically proven spaced-repetition technique to improve our memory retention and recalling abilities.
But if the review schedule of Anki is not followed religiously, The cards start to leech and very soon there would be thousands of due cards.
This demotivates many Anki users and stops them from using Anki altogether.
The challenge with your solution is it's adding another hardware device that people need to carry. My phone and airpods are always with me. And I often wear my apple watch. How about it buzzes my watch, and speaks the card to me when due?
I agree, I'm working on the next version of Memory Hammer which would make it much more accessible. I'll keep you posted.
Solved the issue with AI and ML a few months ago : https://github.com/thiswillbeyourgithub/AnnA_Anki_neuronal_Appendix/
It's a companion python script to anki. I would love to make it into an addon but it's not straightforward.
I don't see what you mean by "browser add-on". The issue is that I use advanced machine learning libraries coded in C, this makes it difficult to package to users with different platforms.
Even if packaged as an addon, there are no GUI.
I know I won't have time to do this in the coming years (medical student), but the project is FOSS and help is always appreciated.
I actually don't know. I was just told that adding libraries as an addon is very complicated because the C has to be compiled specifically for each CPU instruction set.
But even if I knew how to do it, I have no time to make a GUI in the coming months so status quo it is.
If you want to take a look at it don't hesitate :) The problematic libs are probably pandas, numpy, tokenizer, nltk and sklearn.