GUI version: aicleaner gui
Name of the project may change on future.
Old-name: aicleaner
This is an open-source project that wants to process audio input with denoising techniques, python-friendly and in real-time. All processing on-premise but can be handled by a server. Check the ROADMAP.
There are multiple ways to run: on-premise version (as personal user), on-cloud version (as enterprise digestor system) and docker version (as personal user in uncommon SO.). (suggest new one).
Apt
sudo apt-get update
sudo apt-get install tensorflow-model-server
# More info https://www.tensorflow.org/tfx/serving/setup
Pip
git clone https://github.com/DZDL/aicleaner
cd aicleaner
pip3 install -r requirements.txt
python3 main.py
Needs Docker
# Tutorial comming
Not yet implemented.
Not yet implemented.
AIModels supported by any ai-library on python (keras, tensorflow, pytorch, caffe). Create an issue if you want to add your model and we're going to adapt it.
Table 1. Models already implemented
✔️/x | Type | Model name | Repository | Demo | License |
---|---|---|---|---|---|
✔️ | U-Net | Speech-Enhancement Max 8000 SR Port 8501 | Original Adapted | Heroku | MIT |
x | Unknown | DNP | Original Adapted | Broken | Unfound |
Check the ROADMAP.
This open-source repository is under MIT license, check full here.