-
Hi,
I tried installing Kaldi using the instructions on [https://www.assemblyai.com/blog/kaldi-install-for-dummies/#cloud-speech-to-text-apis](url) and got the following error:
Hit:1 http://us.ar…
-
Thank you for reaching out and helping us improve Vaex!
Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through t…
-
### Bug Description
using `python3 -m pip install langflow -U`, I’m getting this error:
```
ERROR: pip's dependency resolver does not currently take into account all the packages that are install…
-
For this page in the docs:
https://www.assemblyai.com/docs/getting-started/transcribe-an-audio-file
It says:
> If you already have an audio file on your computer, you can also specify a local…
-
This code requires utils.py, but the file doesn't seem to be in the repository.
-
Hi there,
First off thanks for making this great transcription API. I bumped into issues where the result from `transcript.export_subtitles_srt()` where it gives output with random whitespace betwe…
-
Using
```python
import mlx_whisper
speech_file = "stereo.mp3"
text = mlx_whisper.transcribe(speech_file,path_or_hf_repo=f"mlx-community/whisper-large-v3-mlx",verbose=False)["text"]
f=open("…
-
### Details
using mostly assistant manager and main controller, implement basic logging of state changes. use popular simple libraries and standard methods but simplistic and low on code
### Branch
_…
-
Hello there,
I get the following error running assembly on a firebase cloud function:
`ReferenceError: fetch is not defined
at TranscriptService.fetch (/workspace/node_modules/assemblyai/di…
-
Do you happen to have another way to run inference.py? Main.py is too much for my computer to handle so I ran and created a training directory using train.py, however, when I try to run inference.py, …