audio-diffusion / setup.cfg
teticio's picture
get ready for migration to diffusers
f30235e
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.9.0
librosa
datasets