×
I made this small script in one evening as a way to procrastinate from working on my bachelor thesis, before Large Language Models had been popularized. I started from
scratch, and
implemented the CLI with this codepen template. I am using the
amazing compromise JavaScript library for NLP.
The script looks for pre-defined question tags, and if it doesn't find them looks for the noun in the json version of my CV and returns it.
It is fairly limited for now, but I might add more stuff in the future.
This script runs entirely client-side, so feel free to have a look at the code and send feedback.