-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support for Local Whisper Models and Integrate llmR for Summariza…
…tion (#23) * refactor: rely on the llmR package for LLM interaction Removed the llm related functions since they will be provided by the llmR package * chore: update R ver in renv snapshot * feat(stt): add support for local Whisper models - Added `use_whisper_local_stt` function to support local Whisper models via Python with reticulate. - Added `use_mlx_whisper_local_stt` function for MLX Whisper models, optimized for Mac OS with Apple Silicon. - Updated `perform_speech_to_text` to use `whisper_local` as the default model. - Enhanced `speech_to_summary_workflow` to display the selected speech-to-text model. - Updated documentation and NAMESPACE to export the new functions. - Added `reticulate` to the Suggests field in DESCRIPTION for Python integration. * fix: update to use llmR * fix: use rlang to check and install suggested pkgs * docs: update documentation Update README to describe the use of llmR for summarisation and the addition of the new local models for stt. * version bump * chores * docs: version bump
- Loading branch information
Showing
26 changed files
with
429 additions
and
871 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.