Nendo plugin for automatic music information retrieval.
Project description
Nendo Plugin Classify Core
Automatic music information retrieval (based on essentia).
Features
- Extract musical features from a
NendoTrack
or aNendoCollection
- Use descriptive features to filter, search and sort your library
- Extract rich features to annotate datasets for training custom models
Installation
- Install nendo
pip install nendo-plugin-classify-core
Usage
Take a look at a basic usage example below. For more detailed information, please refer to the documentation.
For more advanced examples, check out the examples folder. or try it in colab:
from nendo import Nendo, NendoConfig
nd = Nendo(config=NendoConfig(plugins=["nendo_plugin_classify_core"]))
track = nd.library.add_track(file_path='/path/to/track.mp3')
track = nd.plugins.classify_core(track=track)
data = track.get_plugin_data(plugin_name="nendo_plugin_classify_core")
print(data)
tracks_with_filtered_tempo = nd.library.filter_tracks(
filters={"tempo": (170, 180)},
plugin_names=["nendo_plugin_classify_core"],
)
assert len(tracks_with_filtered_tempo) == 1
Contributing
Visit our docs to learn all about how to contribute to Nendo: Contributing
License
Nendo: MIT License
Essentia: Affero GPLv3 license
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nendo_plugin_classify_core-0.2.0.tar.gz
.
File metadata
- Download URL: nendo_plugin_classify_core-0.2.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/6.5.13_1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7931cc2f3ba2269d946abd191107d4a34ac503175bd6fd9ec80d4dd0b9d06a67 |
|
MD5 | 7c3f336df37838002067191d68df2c86 |
|
BLAKE2b-256 | 0958ee942dbfc7117a5d05eeac3d7abc98212ec6bdf4b81224408205cb018ed6 |
File details
Details for the file nendo_plugin_classify_core-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: nendo_plugin_classify_core-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/6.5.13_1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99e506231838e8c1603b2205192b0bf5b6d23742870b18cf920a2b94b05a88b5 |
|
MD5 | e8c4ef177b8765be3790cafe56ae3e76 |
|
BLAKE2b-256 | 809b9a371438a750ba96ae158ffd2b97988edb63bdbf155a17849399e616af36 |