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…
Category: Problem Solving
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…
Recently Databricks made an exciting announcement. They have created a new library which allows you to use large language models to perform operations on PySpark…
I recently produced a roleplaying game and released it onto DriveThruRPG. The game is called Rogues Conclave and you can download it for free if…