# Nendo sf segmenter plugin
This repository contains the code for the SF (Structural Feature) segmenter plugin used by [Nendo](https://github.com/okio-ai/nendo).
## Installation
1. [Install Nendo](https://github.com/okio-ai/nendo#installation).
2. `pip install nendo-sf-segmenter`
## How to use
Unless blacklisted, the `nendo_sf_segmenter` plugin in loaded automatically upon nendo initialization. Then you can call `Nendo().sf_segment(track)` on any object of class `NendoTrack`.
```
from nendo import Nendo
n = Nendo()
# load track
track = n.load_track_from_file(
path='/path/to/track.mp3'
)
# segment track
n.sf_segment(track)
# show track metadata - includes results of sf_segmenter
print(track)
```
Raw data
{
"_id": null,
"home_page": "https://nendo.ai",
"name": "nendo-sf-segmenter",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<3.11",
"maintainer_email": "",
"keywords": "nendo,music,music segmentation,music information retrieval,MIR,music analysis,song analysis,plugin",
"author": "Felix Lorenz",
"author_email": "felix@okio.ai",
"download_url": "https://files.pythonhosted.org/packages/49/d5/bd1eb2795c17f98feb762537beb27573d9dbc34c9fd3e1eff63c213c6959/nendo_sf_segmenter-0.0.2.tar.gz",
"platform": null,
"description": "# Nendo sf segmenter plugin\n\nThis repository contains the code for the SF (Structural Feature) segmenter plugin used by [Nendo](https://github.com/okio-ai/nendo).\n\n## Installation\n\n1. [Install Nendo](https://github.com/okio-ai/nendo#installation).\n2. `pip install nendo-sf-segmenter`\n\n## How to use\n\nUnless blacklisted, the `nendo_sf_segmenter` plugin in loaded automatically upon nendo initialization. Then you can call `Nendo().sf_segment(track)` on any object of class `NendoTrack`.\n\n```\nfrom nendo import Nendo\n\nn = Nendo()\n\n# load track\ntrack = n.load_track_from_file(\n path='/path/to/track.mp3'\n)\n\n# segment track\nn.sf_segment(track)\n\n# show track metadata - includes results of sf_segmenter\nprint(track)\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "SF Segmentation plugin for nendo.",
"version": "0.0.2",
"split_keywords": [
"nendo",
"music",
"music segmentation",
"music information retrieval",
"mir",
"music analysis",
"song analysis",
"plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c775de2a371150d93d2f2e054a9db3edc09009f7906941296962185d99900ff2",
"md5": "0c624206e247ae8e3e2b85aa2730e77f",
"sha256": "a31b1e82f5f7d87a5152ef452b50bdcd33f5e9179a40d15c390a853ed16fd2ef"
},
"downloads": -1,
"filename": "nendo_sf_segmenter-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0c624206e247ae8e3e2b85aa2730e77f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<3.11",
"size": 2413,
"upload_time": "2023-04-23T11:26:49",
"upload_time_iso_8601": "2023-04-23T11:26:49.588876Z",
"url": "https://files.pythonhosted.org/packages/c7/75/de2a371150d93d2f2e054a9db3edc09009f7906941296962185d99900ff2/nendo_sf_segmenter-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49d5bd1eb2795c17f98feb762537beb27573d9dbc34c9fd3e1eff63c213c6959",
"md5": "72a227c98cf90016fe2d44041852e890",
"sha256": "a4306923f3cba76a577467657d2f671d28b79473073d916ccb1edf66dc9f9a9d"
},
"downloads": -1,
"filename": "nendo_sf_segmenter-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "72a227c98cf90016fe2d44041852e890",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<3.11",
"size": 1985,
"upload_time": "2023-04-23T11:26:52",
"upload_time_iso_8601": "2023-04-23T11:26:52.096598Z",
"url": "https://files.pythonhosted.org/packages/49/d5/bd1eb2795c17f98feb762537beb27573d9dbc34c9fd3e1eff63c213c6959/nendo_sf_segmenter-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-23 11:26:52",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "nendo-sf-segmenter"
}