Just Released - AI VoIP Call Analytics on NixOS Docker

Hey guys. Jack here. I own a small dev shop / MSP called https://chivo.systems - long time Nix and NixOS user - deploying it professionally as well.

We just released an AI VoIP analytics toolkit that is open source called Shinar

It runs Whisper by OpenAI locally to process speech to text, and then analyzes it and summarizes it. We will also be releasing local LLM support soon.

Anyways, let me know thoughts? Open Sourced so anyone who needs a tool like this can get it quick and free.

1 Like

Why not build the Docker image using Nix itself, using either Nixpkgs’ solution or (the likely better option) nix2container?

That’s a great idea, we’ll check both of those out today. Thanks!