audio-diffusion / setup.cfg
teticio's picture
release to pypi
bf017fc
raw
history blame
No virus
450 Bytes
[metadata]
name = audiodiffusion
version = attr: audiodiffusion.VERSION
description = Generate Mel spectrogram dataset from directory of audio files.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL3
classifiers =
Programming Language :: Python :: 3
[options]
zip_safe = False
packages = audiodiffusion
install_requires =
torch
numpy
Pillow
diffusers>=0.4.1
librosa
datasets