Views
No views yet
1git clone https://github.com/haydarkadioglu/nocle-app.git
2cd nocle-apppip install -r requirements.txtpython main.py1from setup import Setup
2from model_handler import ModelHandler
3
4# Model will be automatically downloaded
5model = ModelHandler()
6# Process audio
7cleaned_audio = model.process_audio(noisy_audio)1@misc{nocle2025,
2 author = {Haydar Kadıoğlu},
3 title = {Nocle: Noise Cleaner Model},
4 year = {2025},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/haydarkadioglu/nocle-app}}
7}