Instructions to use laion/larger_clap_general with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laion/larger_clap_general with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="laion/larger_clap_general")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("laion/larger_clap_general") model = AutoModel.from_pretrained("laion/larger_clap_general") - Inference
- Notebooks
- Google Colab
- Kaggle
Raspberry Pi
#1
by MichielBontenbal - opened
I am trying to run this on a Raspberry Pi 5 to make an EdgeAI audio classifier.
Has anybody tried this before?
With the new RPi 5 16Gb I am able to run it on a Pi.
MichielBontenbal changed discussion status to closed