I am a big fan of role playing games, However I have noticed that a lot of the more well known games tend to suffer…
Category: Problem Solving
Two common place and tedious tasks people are often faced with, are summarising documents, or comparing them for similarities and differences. The good news is…
Last month I produced a proof of concept zero shot categoriser for images using OpenAI’s GPT-4 Vision-Language model (VLM) capabilities. However this had the disadvantage…
Categorisation of images has long been possible with a variety of visual machine learning models. However in almost all cases the categories have to be…
Sometimes a situation will crop up where you want access functionality in Databricks which is not readily accessible via Python. In these cases Databricks allows…
Here are some Raspberry Pi 5 8MB setup hints that you may find useful. Note that these apply to Raspberry Pi OS Bookworm. This was…
I recently came across a strange little problem with a satisfying solution which people building path based models might be interested in. The Problem Imagine…
Streamlit is a very useful Python package for creating interactive web pages. It has excellent documentation and offers a quick and easy way to prototype…
Using time efficiently is important in a lot of fields. This can be at a personal level to get more done, or to have more…
With the rise of Large Language Models projects have arisen to try to make LLMs easier to use. One of the most prominent of these…