David Martín Rius
                                            David Martín Rius
                                        
                                    I will try this https://github.com/resemble-ai/Resemblyzer/blob/master/demo04_clustering.py Currently the code is using https://github.com/ina-foss/inaSpeechSegmenter to detect the gender. But probably it is not accurate enough and it is not clear how to fine...
By the way, if you wanted you can try the branch https://github.com/ina-foss/inaSpeechSegmenter/tree/mf_proba They [commented](https://github.com/ina-foss/inaSpeechSegmenter/issues/66) it has the score of the gender prediction Here is the code if you would like...
Closed due inactivity. Feel free to reopen
The speakers are identified and separated into different fragments. And the gender must be detected correctly as in each fragment there is only one speaker. You can try the ./assets/example_audio_1.mp3...
By the way, keep in mind when using the demo apply deepfilternet or deepfilternet with resembleai to example audio, otherwise it may be discarded because not enough MOS quality. The...
Thanks @rsxdalv there is an external package that does not have a specific version for tensorflow and it updates itself to the latest version. I have to clone that repo...
I updated the requirements.txt and setup.py Please, could you try it and confirm if it worked?
I am running the project on my local computer mostly. The notebook is not finished yet. It is a pending task. I really would like the close one version for...
> Thanks for the update! In the notebook (on colab) I'm getting the typical python issues with package resolution: > > ```python > Traceback (most recent call last): > File...
I would like to ask you for advice on what a good graphical interface with gradio would be like. I mean what functions and how to structure it. If it...