Skip to content

marawangamal/dekki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dekki

An ML based spaced repetition algorithm to help you learn faster and remember longer.

Pre-processing the data

Download .apkg files and place them into data/downloads. Next, run the following command to preprocess the data.

python build_data.py

Training the model

To run training with default parameters, run the following command:

python train.py

You can configure training by editing configs.yaml, or by passing in command line arguments. For example, to change the learning rate, run the following command:

python train.py train.lr=0.001

Contribute

Help us improve Dekki by contributing data, code, or ideas. You can contact me at marawan.gamal[AT]mila.quebec

We are collecting data from Anki users to improve the model @ Dekki Data Collection.

About

An ML based spaced repetition algorithm to help you learn faster and remember longer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages