Blog

Posts with Tag: linux

Implementing a Local Audio Transcription Service with OpenAI Whisper and Docker

Implementing a Local Audio Transcription Service with OpenAI Whisper and Docker

Posted on 29th Jul 2024

As an IT professional, finding efficient and innovative solutions to unique project requirements is part of the job. Recently, I was tasked with setting up a service that could transcribe audio into text locally, without relying on an internet connection. This service needed to run on a Linux system...

Learn Docker on Linux 🐳

Learn Docker on Linux 🐳

Posted on 13th Jul 2018

Even though Docker is available across all platforms, there is a difference, and if you want peace of mind, I recommend to use Linux from the very begining. In my case, I wanted to use Docker to set up Jenkins on a remote Linux server) and planned to use Docker volumes for persistent data storage....