Metadata-Version: 2.1
Name: denoisers
Version: 0.0.3
Summary: A package for training audio denoisers
Author-email: Will Rice <wrice20@gmail.com>
Project-URL: Homepage, https://github.com/will-rice/denoisers
Project-URL: Bug Tracker, https://github.com/will-rice/denoisers/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Simple PyTorch Denoiser based on UNet in PyTorch Lightning

I'm switching from TensorFlow to PyTorch as my daily driver so I plan to do a
couple of small projects like this to get comfortable. I'm open to feedback as well
if you spot any issues or places where I could improve.
