Healer

Results 11 comments of Healer

> This can be fixed with VAD detection support. But, VAD detection is not yet implemented. ![image](https://github.com/vilassn/whisper_android/assets/94621494/1cf47a50-5058-40b4-b5d3-df58d3df9427) I am trying to apply VAD into the C++ source of my project....

> > Has your problem been solved? > > it was VAD problem, thou I wouldn't be celebrating for now. I noticed there is some speech it detected as silence...

How to set env to run parallel in linux? I had set up env by: sudo nano ~/.bashrc export OLLAMA_NUM_PARALLEL=4 source ~/.bashrc But it doesn't work

How do I extract tabels and images from a pdf??

How to fix issue when i build filters_vocab_gen_util.ipnb? https://github.com/usefulsensors/openai-whisper/blob/main/notebooks/filters_vocab_gen_util.ipynb i am running on gg colab ![image](https://github.com/nyadla-sys/whisper.tflite/assets/94621494/49a2a668-dc19-45f4-b62b-d3a6668f4ba7) HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/content/whisper/whisper/assets/gpt2'. Use `repo_type`...

@vilassn @nyadla-sys Can you help me? Thank you very much!!!

> Use the below colab to generate vocab.bin and i have change dthe magic and please follow https://colab.research.google.com/github/nyadla-sys/whisper.tflite/blob/main/models/tflt_vocab_mel.ipynb > > please refer https://github.com/nyadla-sys/whisper.tflite/tree/main/models I was able to run... Thank you...

> //tfltchange in minimal if (magic != 0x74666C74) { printf("Invalid vocab file (bad magic)\n"); return 0; } yes i noticed that and i fixed it. Thanks!

> //tfltchange in minimal if (magic != 0x74666C74) { printf("Invalid vocab file (bad magic)\n"); return 0; } > 0x74666C74 One thing I don't know is if I use another model...

Excuse me, if I want to build in another language, for example Vietnamses, I need to provide the word vocabulary and mel spectrogram of the dataset that I bring to...