Wrangling LLM output with LangChain

Wrangling LLM output with LangChain

The toughest prediction any data scientist makes is deciding which tools are worth learning. The explosion of generative AI only makes this harder. My prediction: LangChain is here to stay or, at least, the patterns behind it are. The toughest prediction any data scientist makes is deciding which......

Identifying Custom Australian Licence Plates

Identifying Custom Australian Licence Plates

In case this saves anyone some time, here's a quick bit of regex and Python code for identifying if a given licence plate is standard or custom (personalised) in a given state. In case this saves anyone some time, here's a quick bit of regex and Python code for identifying if a given licence plat......