Anki charts is a small laravel application that allows you to inspect into further depth your anki data. It generates a set of charts which can provide insights into your learning experience and help you target the area you might want to work on.
- Get the project, either via
git clone
,php composer.phar create-project tomzx/anki-charts
or by downloading a release. - Copy/symlink your
collection.anki2
toapp/database/collection.anki2
. - Configure your decks in
app/config/anki.php
. - Make your server point to the
public
folder like a regular laravel install. - Analyze your data!
The code is licensed under the MIT license. See LICENSE.