genanki VS trane-math

Compare genanki vs trane-math and see what are their differences.

genanki

A Python 3 library for generating Anki decks (by kerrickstaley)

trane-math

Official math courses from the Trane Project (by trane-project)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
genanki trane-math
16 3
1,839 2
- -
4.7 1.7
about 1 month ago about 1 year ago
Python Rust
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

genanki

Posts with mentions or reviews of genanki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.
  • Question about note types when creating decks with genanki
    1 project | /r/Anki | 14 Jun 2023
    I'm working with ChatGPT to create python scripts that generate Anki decks with Genanki.
  • Learning Streets with the help of Google Street View?
    1 project | /r/Anki | 20 May 2023
    Use genanki to create a note for each street, and then two cards (name, direction -> gif, and gif -> name, direction) for each note.
  • Supercharged Studying with Anki, ChatGPT and Python
    1 project | dev.to | 22 Apr 2023
    Anki has many types of cards, the main ones being the basic (memory trigger + answer) and cloze (one or more memory triggers embedded in an outline). This example uses the basic and reversed card, because both the 'question' and 'answer' can be a memory trigger for each other; if you want a simple, basic card you should consult the example at Genanki's README. I hope this script serves as at least a starting point for your own applications of programmable Anki, it is probably my main study method nowadays, and it got a whole more powerful after ChatGPT. Have fun with your coding.
  • Add recommendation for Exporting my cards as a CSV and then importing after making changes?
    3 projects | /r/Anki | 7 Apr 2023
    If you want to do something really custom you may want to look at something like https://github.com/kerrickstaley/genanki (I haven't tried it).
  • Anki-Fy Your Life
    10 projects | news.ycombinator.com | 18 Mar 2023
    Many people consider the prep time to be valuable itself as it usually involves you gaining understanding. That said, I don't really buy that argument and the vast majority of my cards these days are auto-generated using https://github.com/kerrickstaley/genanki.
  • AutoClozemaster-Anki - A tool to autogenerate clozemaster style anki decks
    3 projects | /r/languagelearning | 10 Mar 2023
    It makes use of these frequency lists (have to be manually downloaded). It will make a request to the tatoeba api to grab a sentence (or multiple) including this word and if you would like it will also request an audio file from google translate (while the code is running a temporary recordings folder is created). It then packages it up into an anki deck using the genanki python module.
  • I typed an entire vocabulary book
    1 project | /r/LearnJapanese | 27 Feb 2023
    In the end I feed the data together with audio to another script that generate the Anki deck using genanki.
  • Assimil italian into Anki deck (resourse)
    1 project | /r/Italian | 2 Feb 2023
    Yes, it's actually pretty easy to automate the process with genanki.
  • Show HN: Generate Anki cards from online links, powered by GPT-3
    1 project | news.ycombinator.com | 27 Jan 2023
    Since it looks like the export to Anki is still in progress, I can recommend using https://github.com/kerrickstaley/genanki -- it's been very stable over the 2 years I've been using it. I think it's a much better solution than csv or AnkiConnect, since it requires no actual work from the user except for opening an apkg.
  • Ask HN: Better way to create Anki cards?
    3 projects | news.ycombinator.com | 9 Aug 2022
    If you're comfortable with Python, https://github.com/kerrickstaley/genanki is amazing. You can pull your content from any source, use templates for the question and answer format, and even add media to each card (image, audio).

trane-math

Posts with mentions or reviews of trane-math. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-18.
  • Anki-Fy Your Life
    10 projects | news.ycombinator.com | 18 Mar 2023
    I've been working on https://github.com/trane-project/trane for the past year or so, mostly to get around these limitations. I tried to find a way to use Anki or another existing software to aid my music practice, but I couldn't get it to work.

    Some ways in which it's different:

    - Dependencies are core to the system. For example, if I am learning a music piece, I want to start by learning small sections and only move on to larger sections when I am good enough the small stuff, eventually ending with a final exercise that tests my performance of the whole piece. A lot of knowledge/skills follow that pattern, but I couldn't find a way to make Anki or SuperMemo understand this.

    - It's meant for both memorizing stuff and practicing exercises. I have tested it with your exact example (math problems from textbooks). It works fairly well, but it's at a very early stage (you can look around at https://github.com/trane-project/trane-math, but it still needs a readme). So it's doing the same thing as the students you mentioned. The difference is that the scheduling is done automatically. Review of existing problems and addition of new ones happen without requiring planning or tracking from the student.

    - There's an emphasis on generating the flashcards as text files, so they can be shared. I don't understand why people insist of remaking their own flascards every time. If someone wishes to learn guitar, for example, it's my hope they just download some courses and start learning without spending any time redoing flashcards. This design choice probably makes it harder to write the flascards, but it balances out once the flashcards are done and can be passed around.

  • Bloom's 2 Sigma Problem
    4 projects | news.ycombinator.com | 25 Feb 2023
    I started working on this a few weeks ago: https://github.com/trane-project/trane-math It currently needs a README, but you could take a look at the courses on how I am building the flashcards. It's easy to reference external resources, so that's what I have been doing, rather than trying to create exercises of my own.

    I am starting with a very basic olympiad-style book and a book based on Euclid's Elements, because I don't have the understanding required to clearly work out the dependencies of more advanced stuff. And I also would like to start at the beginning to make sure I don't miss anything.

    The ideal end state is to have courses that cover all the undergrad and grad math curriculum. I am also curious on whether this could be even used by researchers to keep up to date with the latest research on their fields. But all of that is a long way out.

    As for your question, there are a couple of ways that Trane could handle multiple paths through similar material.

    1. Just have separate curriculums. You could copy the courses, but the second copy has different dependencies, courses/lessons IDs. For example, one could have a series of courses teaching the undergrad MIT math curriculum and another the Harvard curriculum. They might share a lot of the material, but the order will be different.

    2. Trane does not lock you into a specific order. There are filters that let you specify which parts of the graph you want to study. You are free to get questions from specific courses and lessons. You can also use the metadata in the courses to say things like "give me questions from all lessons teaching linear algebra" or "give me questions from all courses on real analysis but not from the lessons on set theory". The dependencies between the lessons that match that metadata are still respected. There are a few more options, but you get my point. The dependencies are not set in stone, and there's freedom to jump around and study specific topics.

    I actually use option 2 most days. If I want to practice guitar, I just set a filter to give me exercises from the guitar. Similar thing when I want to practice saxophone.

What are some alternatives?

When comparing genanki and trane-math you can also consider the following projects:

CrowdAnki - Plugin for Anki SRS designed to facilitate cooperation on creation of notes and decks.

trane - An automated practice system for learning complex skills

anki - Anki's shared backend and web components, and the Qt frontend

typeshare - Generate code in different languages from Rust type definitions for FFI interop.

CardOverflow

ankivalenz - Turn HTML files into Anki decks

anki-connect - Anki plugin to expose a remote API for creating flash cards.

quarto-ankivalenz - Turn Quarto documents into Anki decks

fsrs4anki - A modern Anki custom scheduling based on Free Spaced Repetition Scheduler algorithm

anki-apkg-export - :book: Generate decks for Anki (spaced repetition software)