-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
86 lines (80 loc) · 2.44 KB
/
Copy pathpyproject.toml
File metadata and controls
86 lines (80 loc) · 2.44 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[build-system]
requires = ["setuptools>=80.9.0", "wheel", "build"]
build-backend = "setuptools.build_meta"
[project]
name = "midisim"
version = "26.1.18"
description = "Calculate, search, and analyze MIDI-to-MIDI similarity at scale"
license = "Apache-2.0"
license-files = ["LICENSE"]
authors = [
{ name = "Alex Lev", email = "alexlev61@proton.me" }
]
maintainers = [
{ name = "Alex Lev", email = "alexlev61@proton.me" }
]
dependencies = [
"tqdm",
"ipywidgets",
"hf-transfer",
"huggingface_hub",
"torch",
"einops",
"einx",
"torch-summary",
"matplotlib",
"numpy==1.26.4"
]
keywords = [
"MIDI",
"music",
"music AI",
"MIR",
"similarity",
"similarity search",
"symbolic music",
"MIDI similarity",
"music similarity",
"cosine somilarity",
"MIDI search",
"music search",
"music information retrieval",
"music analysis",
"MIDI analysis"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: MIDI",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Libraries :: Python Modules",
"Environment :: Console",
"Natural Language :: English",
"Typing :: Typed"
]
requires-python = ">=3.8"
[project.readme]
file = "midisim/README.md"
content-type = "text/markdown"
[project.urls]
Homepage = "https://github.com/asigalov61/midisim"
Documentation = "https://github.com/asigalov61/midisim"
Models = "https://huggingface.co/projectlosangeles/midisim"
Embeddings = "https://huggingface.co/datasets/projectlosangeles/midisim-embeddings"
Samples = "https://huggingface.co/datasets/projectlosangeles/midisim-samples"
Issues = "https://github.com/asigalov61/midisim/issues"
Discussions = "https://github.com/asigalov61/midisim/discussions"
Dataset = "https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset"
SoundCloud = "https://soundcloud.com/aleksandr-sigalov-61/"