Cocktail Bot Using Official ChatGPT API Learn how to create your own AI-powered cocktail chatbot using the official ChatGPT API, with a step-by-step guide to setting up the prompts and a Python command line application for easy testing. 05 March 2023
Scripting KiCad to make coils Automating the process of creating PCB coils with KiCad, this blog post takes inspiration from Carl Bugeja's amazing work on PCB Motors. See how easy it is to generate multiple coil shapes and patterns through the development of a KiCad plugin and optimizing Python algorithms. 23 October 2022
Forget SSH and vim, Use VSCode to Remote Develop on the Raspberry Pi Discover a more convenient way to develop code on the Raspberry Pi using VSCode's remote development features. This method offers access to all of the Pi's hardware and works well on most models. 24 September 2022
TensorFlow Categorical Classification Learn how to use categorical classification in TensorFlow with Python to accurately predict different categories that images fall into, such as blank, square, circle, or triangle. Understand how to compile and train the model, and then test its accuracy using random samples from the training set. 06 September 2020
TensorFlow Binary Classification Learn how to use binary classification with TensorFlow to classify images into two classes using a simple example of training a model to recognize squares and circles. Discover the key aspects, including using one output neuron with a sigmoid activation function, and the BinaryCrossentropy loss function. 06 September 2020