diff --git a/README.md b/README.md index d3a5587..e7b17d0 100644 --- a/README.md +++ b/README.md @@ -16,31 +16,27 @@ LocalVocal live-streaming AI assistant plugin allows you to transcribe, locally If this free plugin has been valuable to you consider adding a ⭐ to this GH repo, rating it [on OBS](https://obsproject.com/forum/resources/localvocal-live-stream-ai-assistant.1769/), subscribing to [my YouTube channel](https://www.youtube.com/@royshilk) where I post updates, and supporting my work on [GitHub](https://github.com/sponsors/royshil) or [Patreon](https://www.patreon.com/RoyShilkrot) 🙏 -For a standalone captioning and translation free open tool consider our [LexiSynth](https://github.com/occ-ai/lexisynth), which also does speech synthesis. - Internally the plugin is running a neural network ([OpenAI Whisper](https://github.com/openai/whisper)) locally to predict in real time the speech and provide captions. It's using the [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) project from [ggerganov](https://github.com/ggerganov) to run the Whisper network efficiently on CPUs and GPUs. ## Usage

- - - - - - - - + +
+ https://youtu.be/vHQ5HGvbRGQ

Do more with LocalVocal: - [Translate Caption any Application](https://youtu.be/qen7NC8kbEQ) - [Real-time Translation with DeepL](https://youtu.be/ryWBIEmVka4) +- [Real-time Translation with OpenAI](https://youtu.be/Q34LQsx-nlg) +- [ChatGPT + Text-to-speech](https://youtu.be/4BTmoKr0YMw) - [POST Captions to YouTube](https://youtu.be/E7HKbO6CP_c) - [Local LLM Real-time Translation](https://youtu.be/ZMNILPWDkDw) +- [Usage Tutorial](https://youtu.be/5XqTMqpui3Q) Current Features: - Transcribe audio to text in real time in 100 languages @@ -97,7 +93,7 @@ $ ./.github/scripts/package-macos -c Release (Note that maybe the outputs will be in the `Release` folder and not the `install` folder like `pakage-macos` expects, so you will need to rename the folder from `build_x86_64/Release` to `build_x86_64/install`) ### Linux - + #### Ubuntu For successfully building on Ubuntu, first clone the repo, then from the repo directory: diff --git a/docs/thumbnail.png b/docs/thumbnail.png new file mode 100644 index 0000000..c4767fa Binary files /dev/null and b/docs/thumbnail.png differ