awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to huyanxin/deepcomplexcrn

Open-source alternatives to DeepComplexCRN

30 open-source projects similar to huyanxin/deepcomplexcrn, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DeepComplexCRN alternative.

  • modelscope/clearervoice-studiomodelscope avatar

    modelscope/ClearerVoice-Studio

    3,919View on GitHub↗

    ClearerVoice-Studio is a speech processing studio and framework designed for speech enhancement, audio super-resolution, and targeted voice extraction. It provides a suite of tools to remove background noise, increase the sampling rate of low-resolution recordings, and quantify audio clarity through objective quality evaluation metrics. The project features a target speaker extraction tool that isolates specific voices from mixed audio using acoustic, visual, or neural reference signals. It also includes capabilities for overlapping speech separation by capturing temporal patterns and long-ra

    Pythonaudiobandwidth-extensiondeep-learning
    View on GitHub↗3,919
  • espnet/espnetespnet avatar

    espnet/espnet

    9,861View on GitHub↗

    ESPnet is a comprehensive speech processing toolkit and PyTorch-based trainer designed for building end-to-end speech recognition, synthesis, and translation models. It provides a structured framework for developing automatic speech recognition systems using transducer and encoder-decoder architectures, alongside engines for text-to-speech synthesis and speech translation pipelines. The project distinguishes itself through a recipe-based workflow execution system that ensures experimental reproducibility by running standardized sequences of scripts for data preparation and model training. It

    Python
    View on GitHub↗9,861
  • ashutosh620/ddaecashutosh620 avatar

    ashutosh620/DDAEC

    42View on GitHub↗
    Python
    View on GitHub↗42
  • breizhn/dtlnB

    breizhn/DTLN

    0View on GitHub↗

    Tensorflow 2.x implementation of the stacked dual-signal transformation LSTM network (DTLN) for real-time noise suppression. This repository provides the code for training, infering and serving the DTLN model in python. It also provides pretrained models in SavedModel, TF-lite and ONNX format,…

    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • cedarctic/rnnoise-exCedArctic avatar

    CedArctic/rnnoise-ex

    47View on GitHub↗

    An extension to RNNoise

    C
    View on GitHub↗47
  • chanil1218/dcunet.pytorchchanil1218 avatar

    chanil1218/DCUnet.pytorch

    86View on GitHub↗

    Phase-Aware Speech Enhancement with Deep Complex U-Net

    Python
    View on GitHub↗86
  • facebookresearch/denoiserfacebookresearch avatar

    facebookresearch/denoiser

    1,900View on GitHub↗

    We provide a PyTorchpytorch implementation of the paper: Real Time Speech Enhancement in the Waveform Domainarxiv. In which, we present a causal speech enhancement model working on the raw waveform that runs in real-time on a laptop CPU. The proposed model is based on an encoder-decoder…

    Python
    View on GitHub↗1,900
  • felixfuyihui/uformerF

    felixfuyihui/Uformer

    0View on GitHub↗

    The implementation of Uformer: A Unet based dilated complex & real dual-path conformer network for simultaneous speech enhancement and dereverberation

    View on GitHub↗0
  • guillaumevw/nsnetG

    GuillaumeVW/NSNet

    0View on GitHub↗

    This in an implementation of NSNet 1 in PyTorch and PyTorch Lightning. NSNet is a recurrent neural network for single channel speech enhancement. This was implemented as part of my thesis for the Master in Electrical Engineering at Ghent University.

    View on GitHub↗0
  • haoxiangsnr/a-convolutional-recurrent-neural-network-for-real-time-speech-enhancementH

    haoxiangsnr/A-Convolutional-Recurrent-Neural-Network-for-Real-Time-Speech-Enhancement

    0View on GitHub↗

    A minimum unofficial implementation of the A Convolutional Recurrent Neural Network for Real-Time Speech Enhancement (CRN) using PyTorch.

    View on GitHub↗0
  • haoxiangsnr/fullsubnetH

    haoxiangsnr/FullSubNet

    0View on GitHub↗
    View on GitHub↗0
  • haoxiangsnr/irm-based-speech-enhancement-using-lstmhaoxiangsnr avatar

    haoxiangsnr/IRM-based-Speech-Enhancement-using-LSTM

    122View on GitHub↗

    基于理想浮值掩蔽(Ideal Ratio Mask,IRM)使用 LSTM 进行语音增强。

    Python
    View on GitHub↗122
  • henryxrl/listening-to-sound-of-silence-for-speech-denoisinghenryxrl avatar

    henryxrl/Listening-to-Sound-of-Silence-for-Speech-Denoising

    58View on GitHub↗

    This is the repository of the "Listening to Sounds of Silence for Speech Denoising" project. (Project URL: here) Our approach is based on a key observation about human speech: there is often a short pause between each sentence or word. In a recorded speech signal, those pauses introduce a series…

    Python
    View on GitHub↗58
  • hguimaraes/sewunetHguimaraes avatar

    Hguimaraes/SEWUNet

    31View on GitHub↗

    Check the full paper here.

    Python
    View on GitHub↗31
  • hit-thusz-rookiecj/fullsubnet-plushit-thusz-RookieCJ avatar

    hit-thusz-RookieCJ/FullSubNet-plus

    294View on GitHub↗

    This Git repository for the official PyTorch implementation of "FullSubNet+: Channel Attention FullSubNet with Complex Spectrograms for Speech Enhancement", accepted by ICASSP 2022.

    Python
    View on GitHub↗294
  • huyanxin/phasenH

    huyanxin/phasen

    0View on GitHub↗

    Unofficial PyTorch implementation of MSRA's: PHASEN: A Phase-and-Harmonics-Aware Speech Enhancement Network.

    View on GitHub↗0
  • jasonswfu/metricganJ

    JasonSWFu/MetricGAN

    0View on GitHub↗

    An updated version, MetricGAN+, can be found here: paper and code.

    View on GitHub↗0
  • jtkim-kaist/speech-enhancementjtkim-kaist avatar

    jtkim-kaist/Speech-enhancement

    220View on GitHub↗

    This toolkit is the implemention of following paper:

    MATLAB
    View on GitHub↗220
  • jupiterethan/crn-causalJupiterEthan avatar

    JupiterEthan/CRN-causal

    69View on GitHub↗

    This repository provides an implementation of the convolutional recurrent network (CRN) for monaural speech enhancement, developed in "A convolutional recurrent neural network for real-time speech enhancement", Proceedings of Interspeech, pp. 3229-3233, 2018. In the paper, a causal convolutional…

    Python
    View on GitHub↗69
  • jupiterethan/gcrn-complexJ

    JupiterEthan/GCRN-complex

    0View on GitHub↗

    This repository provides an implementation of the gated convolutional recurrent network (GCRN) for monaural speech enhancement, developed in "Learning complex spectral mapping with gated convolutional recurrent networks for monaural speech enhancement", IEEE/ACM Transactions on Audio, Speech,…

    View on GitHub↗0
  • jzi040941/percepnetjzi040941 avatar

    jzi040941/PercepNet

    369View on GitHub↗

    Unofficial implementation of PercepNet: A Perceptually-Motivated Approach for Low-Complexity, Real-Time Enhancement of Fullband Speech described in https://arxiv.org/abs/2008.04259

    C++
    View on GitHub↗369
  • linan2/tensorflow-speech-enhancement-chineselinan2 avatar

    linan2/TensorFlow-speech-enhancement-Chinese

    101View on GitHub↗

    English | 中文 本项目为可以利用DNN和CNN的方法来进行语音增强,其中DNN使用的三个隐层每个隐层512个节点,CNN使用的是R-CED的网络结构并且加入了一些resnet来防止过拟合。你也可以选择是否使用dropout或者l2等。

    Python
    View on GitHub↗101
  • neillu23/cdiffuseneillu23 avatar

    neillu23/CDiffuSE

    248View on GitHub↗

    Apache License 2.0

    Python
    View on GitHub↗248
  • nick-nikzad/rdl-senick-nikzad avatar

    nick-nikzad/RDL-SE

    25View on GitHub↗

    Convolutional neural networks (CNNs) with residual links (ResNets) and causal dilated convolutional units have been the network of choice for deep learning approaches to speech enhancement. While residual links improve gradient flow during training, feature diminution of shallow layer outputs…

    Python
    View on GitHub↗25
  • rikorose/deepfilternetRikorose avatar

    Rikorose/DeepFilterNet

    3,864View on GitHub↗

    DeepFilterNet is a deep learning noise suppression framework and real-time audio filter designed to isolate speech and remove background noise from audio signals. It functions as a speech enhancement tool and audio processing middleware that cleans microphone input and speaker output for communication applications. The system operates as an audio server interceptor, delivering noise-suppressed streams between hardware devices and software applications. It provides capabilities for microphone signal cleaning and audio output filtering, including the creation of virtual noise-suppressed microph

    Pythonaudiodeep-learningnoise-suppression
    View on GitHub↗3,864
  • rishikksh20/hifigan-denoiserR

    rishikksh20/hifigan-denoiser

    0View on GitHub↗

    This is a Unofficial Pytorch implementation of the paper HiFi-GAN: High Fidelity Denoising and Dereverberation Based on Speech Deep Features in Adversarial Networks.

    View on GitHub↗0
  • ruizhecao96/cmganruizhecao96 avatar

    ruizhecao96/CMGAN

    422View on GitHub↗

    Recently, convolution-augmented transformer (Conformer) has achieved promising performance in automatic speech recognition (ASR) and time-domain speech enhancement (SE), as it can capture both local and global dependencies in the speech signal. In this paper, we propose a conformer-based metric…

    Python
    View on GitHub↗422
  • sp-uhh/sgmsesp-uhh avatar

    sp-uhh/sgmse

    721View on GitHub↗
    Python
    View on GitHub↗721
  • sp-uhh/stcn-nmfS

    sp-uhh/stcn-nmf

    0View on GitHub↗

    This repository contains the non-sequential VAE and STCN speech models and the NMF noise model for single-channel speech enhancement.

    View on GitHub↗0
  • sp-uhh/stormsp-uhh avatar

    sp-uhh/storm

    254View on GitHub↗

    StoRM: A Diffusion-based Stochastic Regeneration Model for Speech Enhancement and Dereverberation

    Python
    View on GitHub↗254