Muhammad Shakir

Results 18 comments of Muhammad Shakir

March 16, 2022 I tried to use this on Windows 10, Python 3.9.7 but it keeps eating memory and nothing happens. Unable to load the 34 MB English model.

Using Windows 10, and neuspell (Python 3.9.7, anaconda). The model is downloaded in the script directory in a new folder named after the argument given to `download_pretrained_model`. The .tar object...

Trying to install scrapy on latest conda (3.2020.11) on a new Win 10 machine. It takes 20 or so minutes in examining the conflicts and then dies after printing a...

Commented out line 218 in `transcribe.py` and replaced with the above mentioned line. The diarization was quickly performed. No 404 error. ``` #diarize_model = DiarizationPipeline(use_auth_token=hf_token, device=device) diarize_model = DiarizationPipeline(model_name="pyannote/speaker-diarization-3.0", use_auth_token=hf_token,...

GUI is functional now. Just run the `gui.py`. Since your directory structure is different, you can uncomment 44-64 (copied from `MFTE.py`) and comment 66-87. An exe can be created very...

I am gonna share a screenshot of this on my twitter. Will tag you. I hope it is ok. ![mfte](https://user-images.githubusercontent.com/46898829/208240549-d10d7e7a-5eff-4b8f-8004-8adc1d6fb04e.png)

I have refined the button code a bit. Now it will run no matter how many times button is clicked, and no execution if file dialogue is escaped or closed...

I have updated the code.

I have spent 5 or so hours today to create an exe. I can build a GUI plus console-based app which loads in two windows and works fine. However, still...

@elenlefoll A working .exe is now possible for Windows. Mac OS version will be your responsibility.