Show HN: Vocab TUI – AI-powered vocabulary practice in the terminal

by cat-whispereron 1/1/2025, 4:38 PMwith 0 comments

I built this while preparing for the GRE, wanting a better alternative to traditional flashcards. It's a terminal-based vocabulary learning tool that uses LLMs (via Ollama) to evaluate how well you understand difficult words. (Built with Ratatui)

Tech stack: Rust, Ollama (llama3.2 model)

Try it out: https://github.com/NishantJoshi00/vocab-tui

Would love feedback from the community, especially from those preparing for standardized tests.

0