-
## Issue
Installed with:
```bash
pip install pywhispercpp
```
and running:
```python
model = Model("base.en", n_threads=6)
segments = model.transcribe(raw_audio_path)
```
The code runs…
-
I like the idea but it needs more work on execution to be useful IRL.
I would like to see:
- [ ] The ability to choose the model (using arguments)
- [ ] Switch transcription engine to [faster-w…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
## ASR
- [ ] ASR2K: Speech Recognition for Around 2000 Languages without Audio https://arxiv.org/abs/2209.02842
- [x] Whisper: Whisper is a general-purpose speech recognition model. https://github…
-
Windows OS, CPU i9-13900H
bigdl-llm 2.4.0b20230924
The whisper small inference time is 4.099s, while the model after bigdl optimization is 4s.
1) almost no improvement, anything w…
-
Hi @nyadla-sys ,
I am using your [generate_tflite_from_whisper.ipynb](https://github.com/nyadla-sys/whisper.tflite/blob/main/models/generate_tflite_from_whisper.ipynb) to generate whisper models in…
-
### Contact Details
makintosh_2008@ukr.net
### What happened?
Hi, i ve downloaded whisper-large-v3.llamafile and added ".exe" to it.
It opened a command window and showed me "whisper server …
-
Hi,
I'm a happy user of faster-whisper-server. I mainly use it as a whisper backend for [open-web-ui](https://github.com/open-webui/open-webui/) and recently opened an issue to share my code for hi…
-
### Feature request
Training code implementation for finetuning Whisper using prompts.
Hi All,
I’m trying to finetune Whisper by resuming its pre-training task and adding initial prompts as pa…
-
### Feature Name
openai/whisper-large-v3
### Feature Description
- Research and implement whisper-larger-v3
- Whisper is a state-of-the-art model for automatic speech recognition (ASR) and speech …