Homework repository of team "Korszeru Gepeszek" for deep learning course: BMEVITMAV45 (2019/20/1)
The project is carried out in Google Colaboratory using Python 3.7.
Deep_Learning_Documentation.pdf contains the full documentation of the project.
The aim of our homework is to create a network that is capable of separating the speech of two speakers who speak simultanously. The method of recording is presumed to be single channeled (mono/monaural).
The data source is the audiobook form of the Charles Dickens novel Hard Times, read by ten different speakers. To create input data we split and mix these signals on top of each other.
tensorflowfor the model, using tensorflow 1.xlibrosa, soundfile for audio processingh5pyfor saving the generated dataset in HDF5 formatmir_evalfor SDR calculation
Output samples can be found in the model_example_outputs folder.