From 206cddbe8482e070673e59aaa44a4ccfa04abaa0 Mon Sep 17 00:00:00 2001 From: maglore9900 <78699112+maglore9900@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:08:29 -0400 Subject: [PATCH] Update README.md added gibber, a wrapper to add STT and TTS capabilities to Ollama with custom voice options --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2048754..e06e667 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ inspired by [Awesome Python](https://github.com/vinta/awesome-python) | Name/Link | Description | Install Type | | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------- | | [bb7](https://github.com/drunkwcodes/bb7) | An ollama chat bot with voices. (TTS) | Multi-platform Python +| [gibber](https://github.com/maglore9900/gibber) | A speech-to-text (STT) & text-to-speech (TTS) wrapper for Ollama and OpenAI, with options for customization | Multi-platform Python | | [ollamamodelupdater](https://github.com/technovangelist/ollamamodelupdater) | Update ollama models to the latest version in the Library | Multi-platform downloads | | [osync](https://github.com/mann1x/osync/) | Copy local Ollama models to any accessible remote Ollama instance, C# .NET 8
Open Source :heavy_check_mark:
Windows :heavy_check_mark:
macOS :heavy_check_mark:
Linux x64/arm64 :heavy_check_mark: | Multi-platform downloads | | [ollamarsync](https://github.com/mann1x/ollamarsync/) | Copy local Ollama models to any accessible remote Ollama instance
Open Source :heavy_check_mark: | Multi-platform Python |