Spaces:
Runtime error
Runtime error
File size: 714 Bytes
2b8a8b8 9c5c602 e857dc9 9c5c602 2b8a8b8 9c5c602 2b8a8b8 3c61997 b650d31 9c5c602 e2019a6 ee1d085 9c5c602 b6dc2cb 2b8a8b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
[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
gradio
typing-extensions
mido
pumpp
numpy
scipy
pandas
hdf5plugin
h5py
tables
librosa
matplotlib
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|