Google's newest Gemma 4 models are both powerful and useful.
LiteParse pairs fast text parsing with a two-stage agent pattern, falling back to multimodal models when tables or charts ...
Parse messy bank statement CSVs and run analytics. Uses ONLY Python built-in libraries. - DD/MM/YYYY (e.g., 01/03/2024) - YYYY-MM-DD (e.g., 2024-03-02) - DD-MM-YYYY ...
One interesting aspect about the implementation of the parser is that we utilize Python type annotations to define the grammar productions. And the whole project passes the strict mypy type checker.