Abhiroop Talasila

Results 8 comments of Abhiroop Talasila

Hi Are you using the Apple Silicon Macs? If yes, then Autosub won't work for you as DeepSpeech/Coqui are not compiled for ARM.

Hey Were you able to get it to work?

Hi I need more info about your setup. Where did you download the model files from? By default Autosub uses Coqui for STT. Did you download those models or DeepSpeech'?

`conda install -c conda-forge shap` works perfectly for M1 running Miniconda 4.10.3 @fredericokremer you can close this now.

That sounds like a great idea. Although, it'll be really difficult because we can't ensure that the audio is split correctly, and time offsets have to be perfect. And it's...

I segment on the silent parts of the audio by adapting some code from [this](https://github.com/tyiannak/pyAudioAnalysis) project. It's not an AI. We can fine-tune the params while splitting, but it's not...

Hi I will check it out. Do you know if the model outputs timing information for the detected speech segments? Because that's how I build the subtitle files. Do you...

I plan on implementing either one of Wav2Vec or NeMo, but will need some time. DeepSpeech has official models for American English, and there are some community-made models [here](https://discourse.mozilla.org/c/deepspeech/247). If...