audio2anki

Convert MP3 files and their Whisper-generated subtitles to Anki flashcards. No SRT file necessary! (by hiAndrewQuinn)

Audio2anki Alternatives

Similar projects and alternatives to audio2anki

  1. yt-dlp

    2,449 audio2anki VS yt-dlp

    A feature-rich command-line audio/video downloader

  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. frigate

    333 audio2anki VS frigate

    NVR with realtime local object detection for IP cameras

  4. Electron

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

  5. Anki-Android

    AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.

  6. vim-lsp

    85 audio2anki VS vim-lsp

    async language server protocol plugin for vim and neovim

  7. Scrawl-canvas

    Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun

  8. canine

    A developer friendly PaaS for your Kubernetes

  9. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  10. tagbar

    34 audio2anki VS tagbar

    Vim plugin that displays tags in a window, ordered by scope

  11. pagecord

    Blog without the slog

  12. tsk

    Taskusanakirja. A tiny, fast, portable Finnish-English dictionary, which searches as you type. (by hiAndrewQuinn)

  13. ameliorate

    15 audio2anki VS ameliorate

    A tool for collaboratively refining your understanding in order to improve a situation.

  14. parsec

    14 audio2anki VS parsec

    A monadic parser combinator library

  15. chancy

    A postgres-backed task queue for Python.

  16. utilitarianism.net

    Official repository for utilitarianism.net

  17. hal9

    7 audio2anki VS hal9

    Hal9 — Build and Deploy AI Agents

  18. tiptap

    103 audio2anki VS tiptap

    The headless rich text editor framework for web artisans.

  19. HacKit-Feedback-And-Support

    Discontinued Feedback and support for HacKit, a third-party native Mac app for Hacker News, a social news website. [Moved to: https://github.com/anosidium/HacKit-App]

  20. nom

    94 audio2anki VS nom

    Rust parser combinator framework

  21. yt-transcriber

    CLI app- Give it a YouTube URL and you get a transcription with possible speaker identification and optional summary or translation, all thanks to open-source AI tooling and my lack of enough free time to watch content-sparse YouTube videos

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better audio2anki alternative or higher similarity.

audio2anki discussion

Log in or Post with

audio2anki reviews and mentions

Posts with mentions or reviews of audio2anki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-07-22.
  • Show HN: Turn native language audio into flashcards and shadowing practice
    1 project | news.ycombinator.com | 25 Jun 2026
    Very nice work. I'm going for a different thing, but my audio2anki tool [1] is about as streamlined as I could make it to turn a YouTube URL I want to learn into a stack of Anki flashcards.

    [1]: https://github.com/hiAndrewQuinn/audio2anki

  • Give it a YouTube URL and you get a transcription with speaker identification
    11 projects | news.ycombinator.com | 22 Jul 2025
    Minus the summarization, that is the same pipeline I use in [1] for generating listening practice Anki flashcards for foreign language students. It surprised me that nobody had really built out a program I could find around yt-dlp and Whisper for this kind of use case even a few years after it came out.

    [1]: https://github.com/hiAndrewQuinn/audio2anki

  • My AI Skeptic Friends Are All Nuts
    15 projects | news.ycombinator.com | 2 Jun 2025
    Definitely not. I took this same basic idea of feeding videos into Whisper to get SRT subtitles and took it a step further to make automatic Anki flashcards for listening practice in foreign languages [1]. I literally feel like I'm living in the future every time I run across one of those cards from whatever silly Finnish video I found on YouTube pops up in my queue.

    These models have made it possible to robustly practice all 4 quadrants of language learning for most common languages using nothing but a computer, not just passive reading. Whisper is directly responsible for 2 of those quadrants, listening and speaking. LLMs are responsible for writing [2]. We absolutely live in the future.

    [1]: https://github.com/hiandrewquinn/audio2anki

    [2]: https://hiandrewquinn.github.io/til-site/posts/llm-tutored-w...

  • Ask HN: What are you working on? (May 2025)
    119 projects | news.ycombinator.com | 25 May 2025
  • Spaced Repetition Systems Have Gotten Way Better
    18 projects | news.ycombinator.com | 18 May 2025
    You can add my https://github.com/hiAndrewQuinn/audio2anki script to the space, in a similar position to subs2srs.

    The big thing my script does differently is run Whisper locally to actually generate the subtitles from the video themselves. Most videos out in the real world don't come with convenient little SRT files bundled with them.

    It doesn't yet shell out anywhere to automatically provide a translation, but that's more because I was already past that stage for most of its output reading-wise. It's explicitly tuned to make listening practice SRSable.

  • Show HN: Audio2anki – Use Whisper to turn YouTube vids into listening practice
    1 project | news.ycombinator.com | 8 Apr 2025
  • Ask HN: What Are You Working On? (February 2025)
    105 projects | news.ycombinator.com | 23 Feb 2025
    I continue to spend most of my free energy learning Finnish. Only a few more years and I should be able to finally focus on my career again :')

    Two new projects of note this month, one specific to Finnish language learners, and one that is probably useful for language learners in general:

    * https://github.com/hiAndrewQuinn/tsk - A Finnish pocket dictionary with a TUI interface. This is the first nontrivial thing I've built in Go, by which I meant I had to implement and tweak a randomly pruning trie by hand to get the performance characteristics I wanted (it wasn't actually that bad). I chose Go mostly because of the fantastic cross-compilation story.

    * https://github.com/hiAndrewQuinn/audio2anki - This Python program wraps around `yt-dlp` and `whisper` to create Anki decks for listening practice. This should work for any (monolingual) video in any language. There are many such projects on GitHub, I'm aware, but it was surprisingly hard to find any that actually wrapped around Whisper instead of needing an SRT, VTT, etc file to come from somewhere else. In that sense mine is a "one command" solution - just provide the YouTube link and go.

  • A note from our sponsor - Kargo
    akuity.io | 12 Sep 2026
    Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →

Stats

Basic audio2anki repo stats
7
21
6.1
4 months ago

hiAndrewQuinn/audio2anki is an open source project licensed under The Unlicense which is an OSI approved license.

The primary programming language of audio2anki is Python.


Sponsored
Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com

Did you know that Python is
the 1st most popular programming language
based on number of references?