Nendo Plugin Caption LP-MusicCaps
An audio captioning plugin based on LP-MusicCaps.
Features
- Generate captions for all types of audio
- Caption your audio library and make it searchable by using the other nendo search plugins
Requirements
This plugin requires the manual installation of the LP-MusicCaps repository from git, run:
git clone https://github.com/seungheondoh/lp-music-caps.git
cd lp-music-caps
pip install -e .
For more information, please refer to the LP-MusicCaps repository.
Installation
- Install Nendo
pip install nendo-plugin-caption-lpmusiccaps
Usage
Take a look at a basic usage example below. For more detailed information, please refer to the documentation.
>>> from nendo import Nendo
>>> nd = Nendo(plugins=["nendo_plugin_caption_lpmusiccaps"])
>>> track = nd.library.add_track(file_path="path/to/file.mp3")
>>> nd.plugins.caption_lpmusiccaps(track=track)
>>> track.get_plugin_value("caption")
Contributing
Visit our docs to learn all about how to contribute to Nendo: Contributing
License
Nendo: MIT License
LP-MusicCaps: CC-BY-NC 4.0 license.
Pretrained models: The weights are released under the CC-BY-NC 4.0 license
Release files for nendo-plugin-caption-lpmusiccaps 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nendo_plugin_caption_lpmusiccaps-0.1.2.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nendo_plugin_caption_lpmusiccaps-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / nendo_plugin_caption_lpmusiccaps-0.1.2.tar.gz
| Download URL | nendo_plugin_caption_lpmusiccaps-0.1.2.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fc48e949d7f35732f88a9606b09fc50233c13dd437abe0cc1a692a9587ee111f
|
|
BLAKE2b-256 checksum How to use checksums |
402a5d2d6d0a126946966eeb56ba42c699bf2df36181d21bb54e899a7a4881dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
|
Release files / nendo_plugin_caption_lpmusiccaps-0.1.2-py3-none-any.whl
| Download URL | nendo_plugin_caption_lpmusiccaps-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1bd85689f37624688032eb53fb03f272df87e5dd96164ce2d6bf521453ad6d3e
|
|
BLAKE2b-256 checksum How to use checksums |
f33ab6ca66fa35f430e1691b3b7f8ebc4ff32e5c4842f10ebc8786e84e6a5cf1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
|