hieule88 / DeepDenoise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USING DCCRN

ENVIROMENT

pip install asteroid torch==1.8.0 librosa==0.8.0

HOW TO RUN:

Step 1:

Run serve.py

Step 2:

In the client.py file change the Inputfile.wav to your Input dir:

Write denoised wav to a.wav

with open("a.wav", "wb") as f: f.write(response.content)

Step 3:

Run client.py

Then the denoised wav will save to a.wav

About

License:Apache License 2.0


Languages

Language:Python 75.8%Language:HTML 24.2%