Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "Choral-Quartets-F0-Extractor" | |
version = "0.2.0-beta" | |
description = "An application that uses Multi-Pitch Estimation and Voice Assignment to transform audio files with Choral Quartets recordings into files (CSV, HDF5 and MIDI) containing F0 estimations for each voice (Soprano, Alto, Tenor and Bass)." | |
authors = ["André Paiva (Xornotor) <[email protected]>"] | |
license = "cc" | |
readme = "README.md" | |
packages = [{include = "Choral_Quartets_F0_Extractor"}] | |
[tool.poetry.dependencies] | |
python = "^3.11" | |
tensorflow = "2.13" | |
gradio | |
typing-extensions | |
mido | |
pumpp | |
numpy | |
scipy | |
pandas | |
hdf5plugin | |
h5py | |
tables | |
librosa | |
matplotlib | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |