File size: 745 Bytes
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
[tool.poetry]
name = "choral-quartets-to-midi"
version = "0.1.0"
description = "An application that uses Multi-Pitch Estimation and Voice Assignment to transform .WAV files with Choral Quartets recordings into MIDI files, with a separate track for each voice. Based on Late/DeepCNN by Helena Cuesta and MaskVoasCNN by André Paiva."
authors = ["André Paiva (Xornotor) <[email protected]>"]
license = "cc"
readme = "README.md"
packages = [{include = "choral_quartets_to_midi"}]

[tool.poetry.dependencies]
python = "^3.11"
tensorflow = "2.13.0"
gradio = "3.37.0"
typing-extensions = "4.5.0"
mido = "1.2.10"
pumpp = "0.6.0"
numpy = "1.24.3"
scipy = "1.11.1"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"