opensource
-
Setup a Simple Web Page Watcher with phone notification on Raspberry Pi

Ever missed a booking because slots filled up before you noticed? Here’s how to set up a Raspberry Pi to watch any website and instantly push a notification to your phone the moment the page changes — using Python, cron, and ntfy. Continue reading
-
Step-by-Step Guide to SIPp : Build and Install from Source

Build and install SIPp from source on Linux with SSL, PCAP, and SCTP support. Step-by-step guide to compiling the latest release from GitHub. Continue reading
-
Explore KittenTTS with Gradio: Easy Text-to-Speech

KittenTTS is an open-source text-to-speech model, distinguished by its lightweight size, high-quality voice options, and speed. A Gradio web app allows easy browser access and integration with projects via an API. Enhanced for usability, it supports diverse applications, facilitating instant voice synthesis for varying user needs. Continue reading
-
Janus Installation and Echo Test: A Complete Walkthrough

Install Janus WebRTC server from source on Linux and run your first Echo Test. Step-by-step walkthrough covering build, config, and verification. Continue reading
-
Chat with Your Kubernetes Cluster Locally: Setting up kubectl-ai with Ollama

Managing Kubernetes often involves remembering a slew of kubectl commands and YAML syntax. What if you could interact with your cluster using natural language, right from your terminal, without sending potentially sensitive information to a third-party cloud service? Enter kubectl-ai, a powerful kubectl plugin that integrates Large Language Models (LLMs) into your Kubernetes workflow. Continue reading
-
Supercharge Your Vim Editor Workflow with Local LLMs: Introducing llama.vim

Imagine if your Vim editor could think alongside you—generating code, explaining snippets, and refining text—all without ever leaving your terminal. In this article, we dive into how you can supercharge Vim with local, secure, and cost-free AI, harnessing the power of open-source plugins and LLMs. Continue reading
-
Sesame CSM Gradio UI – Free, Local, High-Quality Text-to-Speech with Voice Cloning! (CUDA, Apple MLX and CPU)

I just released Sesame CSM gradio UI, a 100% local, free text-to-speech tool with superior voice cloning! No cloud processing, no API keys – just pure, high-quality AI-generated speech on your own machine. It works on CUDA, APPLE MLX and CPU so anyone can check it out. Try it out and feel free to share your feedback, report issues, or… Continue reading
AI, apple, artificial intelligence, chatgpt, csm, cuda, gradio, mlx, news, opensource, sesame, t2s, technology -
Manage Multiple Python Versions with Pyenv

Managing multiple Python versions and dependencies across projects can be challenging. Pyenv facilitates easy installation and switching of Python versions, while pyenv-virtualenv creates isolated environments to prevent conflicts. The guide provides installation steps, shell configuration, and essential commands for effective usage of both tools, enhancing a clean development environment. Continue reading
-
flux-generator: Local Image Generation on Apple Silicon with Open WebUI Integration using Flux LLM

Created by me, Flux Generator brings the power of local image generation to Apple Silicon Macs, offering both a standalone UI and seamless integration with Open WebUI. This tool leverages MLX for efficient image generation without requiring an internet connection or API keys. Continue reading
-
Transformer lab : A Comprehensive open-source LLM Workspace (100% free)

TransformerLab-App is an open-source workspace that empowers users to download and manage LLMs, interact via a chat interface, use RAG, fine-tune LLMs, perform evaluations, and much more Locally. Continue reading
-
Understanding LiveKit: A Deep Dive into WebRTC Communication

This article explores how LiveKit handles calls, from signaling to media routing. We also cover the ports and protocols involved in these processes. Continue reading
-
Maximize Productivity with iTerm2 AI Features with Ollama 100% free

iTerm2 has launched a local AI plugin using Ollama, enhancing macOS command-line capabilities with intelligent command suggestions and code completions while ensuring data privacy. This guide outlines installation, configuration, and usage steps for the qwen2.5:7b model to improve command efficiency and workflow productivity within iTerm2. Continue reading
-
Adding slack notifications to kamailio

This guide explains how to integrate Kamailio with Slack, enabling notifications to a Slack channel for VoIP events. It details steps for creating a Slack webhook, configuring Kamailio’s http_client and Slack modules, and using the slack_send function to notify on actions like IP address blocking and unblocking. Continue reading
-
Open Web UI: Run local chat app with Image Generation using phi4, deepseek-r1 and stable diffusion

In this blog post, we’ll walk you through the process of setting up a local environment for running Deepseek-r1 and Phi4 using Open Web UI and Ollama. By leveraging Docker and a few essential tools, you’ll be able to deploy a robust local chat application with integrated image generation capabilities. One of the major advantages… Continue reading
-
Run Deepseek-r1 and Phi4 Locally with Gradio and Ollama

Explore the power of AI on your own terms by running Llama3 and Phi3 models locally with Gradio and Ollama. This guide will show you how to harness these models in a Python environment, ensuring privacy, reduced latency, and complete control over your data. Whether you’re a developer or a tech enthusiast, learn how to… Continue reading
-
Using Trivy to Check for Vulnerabilities in Docker Images

Introduction: In the world of containerisation, security is paramount. Ensuring the images you deploy are free from vulnerabilities is crucial. Trivy, an open-source tool by Aqua Security, is a simple and comprehensive vulnerability scanner for containers and other artifacts. In this post, we’ll walk through the process of using Trivy to scan a Docker image… Continue reading
-
TMUX: Mastering the Art of Command-Line Efficiency

TMUX is a powerful tool for anyone using the command line, allowing you to run multiple sessions in one window. It’s perfect for multitasking, working remotely, and keeping processes running even when disconnected. With TMUX, you can easily switch between tasks, customize your workspace, and improve your productivity. Continue reading
-
PJSUA: Getting Started with the CLI Softphone

Dive into the world of VoIP technology with our latest blog post, “PJSUA: Getting Started with the CLI Softphone”. This comprehensive guide provides step-by-step instructions on installing and using PJSUA, a command line SIP user agent, on various operating systems. Whether you’re a VoIP engineer or just beginning your journey, our article demystifies the process,… Continue reading
-
Sipsak: Effective SIP Diagnostics and Testing tool

Here’s a comprehensive guide on how to utilize Sipsak for SIP diagnostics and testing Continue reading
Recent Posts
- Setup a Simple Web Page Watcher with phone notification on Raspberry Pi
- How to Make and Receive SIP to PSTN Calls Using Twilio and Zoiper (Step-by-Step Setup Guide)
- WebGL 3D: An interactive 3D cube (fun experiment)
- How to Get Structured JSON Responses from a LLM using Ollama
- Real-Time Speech-to-Speech with OpenAI & Twilio: Full SIP Integration Guide