This release fixes major issues with speaker diarization on different platforms due to issues with dockerization. This release smooths out all of that and also releases a NVIDIA image that provides support for NVIDIA GPUs.
Also new in this release is the addition of a configuration wizard allowing you to choose models to download. More importantly, it slims down the docker image, as models are now downloaded externally to your volume mounts. This allows using larger models and eventually supporting other languages (in the next minor release).
Pulls out pocketbase into a separate container as well making the overall image much lighter and easier to build. It's also better practice to have one process per container.
FIguring out docker was the major hurdle. Now that it is working development will be a lot smoother.
What's Changed
- Wizard by @rishikanthc in #26
Full Changelog: 0.2.1...0.3.0