Skip to content

Releases: rishikanthc/Scriberr

0.3.0

21 Oct 08:01
93a3ca1
Compare
Choose a tag to compare

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

Full Changelog: 0.2.1...0.3.0

0.2.1

17 Oct 21:39
8345ab9
Compare
Choose a tag to compare

Fix docker images for diarization

v0.2.0

16 Oct 20:58
4f1fad8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

14 Oct 23:38
Compare
Choose a tag to compare

What's Changed

  • Update Dockerfile due to not being able to find curl on docker machine by @RJGY in #14
  • Fix UI by @rishikanthc in #15

New Contributors

Full Changelog: vbeta-0.2...v0.1.0

Release Beta-0.2

09 Oct 14:59
Compare
Choose a tag to compare
Release Beta-0.2 Pre-release
Pre-release

What's Changed

  • Support alternative OpenAI API Spec services (ex: ollama) by @phillipjf in #10
  • refactor(image): use multi-stage builds to reduce final image size by @phillipjf in #11

New Contributors

Full Changelog: https://github.com/rishikanthc/Scriberr/commits/vbeta-0.2