I've been working on a personal project for Prodigy users that allows folks to annotate from the terminal. It's called prodigy-tui
. TUI stands for textual user interface, a term coined by Textual (which I'm using under the hood). It's still early days, but here's what it looks like.
I also recorded a small video for Youtube that gives the proper demo too.
Sound interesting? You can give it a spin via a quick pip install.
python -m pip install prodigy-tui
If you want to check out the source code, it can be found here:
Feedback would be super welcome, and feel free to post any issues to Github!