Skip to main content

Nendo plugin for automatic music information retrieval.

Project description

Nendo Plugin Classify Core


nendo core



Documentation Twitter

Automatic music information retrieval (based on essentia).

Features

  • Extract musical features from a NendoTrack or a NendoCollection
  • Use descriptive features to filter, search and sort your library
  • Extract rich features to annotate datasets for training custom models

Installation

  1. Install nendo
  2. 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:

Open 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nendo_plugin_classify_core-0.2.0.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

nendo_plugin_classify_core-0.2.0-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file nendo_plugin_classify_core-0.2.0.tar.gz.

File metadata

File hashes

Hashes for nendo_plugin_classify_core-0.2.0.tar.gz
Algorithm Hash digest
SHA256 7931cc2f3ba2269d946abd191107d4a34ac503175bd6fd9ec80d4dd0b9d06a67
MD5 7c3f336df37838002067191d68df2c86
BLAKE2b-256 0958ee942dbfc7117a5d05eeac3d7abc98212ec6bdf4b81224408205cb018ed6

See more details on using hashes here.

File details

Details for the file nendo_plugin_classify_core-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nendo_plugin_classify_core-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 99e506231838e8c1603b2205192b0bf5b6d23742870b18cf920a2b94b05a88b5
MD5 e8c4ef177b8765be3790cafe56ae3e76
BLAKE2b-256 809b9a371438a750ba96ae158ffd2b97988edb63bdbf155a17849399e616af36

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page