Skip to content

Nendo Plugin for joint text and audio embedding.

Notifications You must be signed in to change notification settings

okio-ai/nendo_plugin_embed_clap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nendo Plugin Embed CLAP


nendo core


Website Twitter Discord


A plugin to create joint embeddings from text and audio using CLAP by LAION.

Features

  • Create joint embeddings from text and audio
  • Use the embeddings in combination with nendo's vector search functionality

Requirements

Please make sure you have the correct version of Pytorch installed. Go to pytorch.org and select your OS, package manager and CUDA version to get the correct installation command.

Installation

  1. Install Nendo
  2. pip install nendo-plugin-embed-clap

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_embed_clap"])
>>> track = nd.library.add_track(file_path="path/to/file.mp3")

>>> embedding = nd.plugins.embed_clap(track=track)

Contributing

Visit our docs to learn all about how to contribute to Nendo: Contributing

License

Nendo: MIT License

Pretrained models: The weights are released by LAION under the Apache 2.0 license.

About

Nendo Plugin for joint text and audio embedding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages