Running AI models in your terminal
If you haven’t been living under a rock for the past couple of years, you’re probably familiar with terms like ChatGPT or DeepSeek. These are popular artificial intelligence models which have rec...
If you haven’t been living under a rock for the past couple of years, you’re probably familiar with terms like ChatGPT or DeepSeek. These are popular artificial intelligence models which have rec...
Happy New Year, and welcome back! In this series, we will build a simple language translation web app based on a pre-trained AI model. For this, we will be using Fairseq: Facebook AI Research Seque...
Using sensors with GPIO TODO
Raspberry Pi GPIO One very powerful feature of the Raspberry Pi is the set of General-Purpose Input/Output (GPIO) pins, which act as an interface between the Pi and the outside world. These allo...
This series dives into home automation with Raspberry Pi for DIY enthusiasts and electronics hobbyists. It is subdivided into 5 parts: Introduction to the Raspberry Pi Controlling Raspberry Pi...
This tutorial will guide you how to build a weather dashboard with Flask, a Python framework for developing web applications. A weather dashboard is an interface or application designed to display ...