Noise2Noise-audio_denoising_without_clean_training_data icon indicating copy to clipboard operation
Noise2Noise-audio_denoising_without_clean_training_data copied to clipboard

Suspicious requirements.txt file

Open alimaslax opened this issue 1 year ago • 1 comments

What's with the requirements? olefile, webSockets and Certifi?

pysocks, pycparser, etc...

Security and Cryptography: The inclusion of packages like cryptography and argon2-cffi suggests that the program may involve cryptographic operations, such as encryption, decryption, hashing, or secure password handling.

alimaslax avatar Jun 22 '23 21:06 alimaslax

You are right @alimaslax . There are some redundant requirements at the moment (this repo originally included a production webserver code to serve denoised audio). If you have a minimal conda env requirements list, please make a PR, and I can merge it 🙂

madhavmk avatar Jun 23 '23 17:06 madhavmk