Easy Workflow Automation with n8n

Most people have seen or probably even done some workflow automations through IFTTT (IF This Then That) or Zapier. While the free plans on either of these platforms are enough for some very simple workflows, anything a bit more complicated comes at a price (e.g. for Zapier $19.99/month), granted even then IFTT remains attractive ($2.50/month […]

Whisper.cpp v1.4, Consultancies and Denglish

I wanted to present the next version of WhisperSFML, as previously promised, but while I got a somewhat working continuous audio capture setup with SFML and a little help from ChatGPT, I didn’t manage to put everything together in time. So instead if you want, you can recompile WhisperSFML and make use of the newly […]

Using Open AI’s Whisper With SFML

Yesterday, I came across whisper.cpp, which is a C/C++ implementation for OpenAI’s Whisper, an open source, automatic speech recognition (ASR) neural network. It’s simple enough to use, beyond the slightly clunky C-like API, and produces great results, of generating text, based on audio data of spoken words, and that without requiring a connection to some […]