Instructions to use abdelhalim/Shower_Sound_Recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdelhalim/Shower_Sound_Recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="abdelhalim/Shower_Sound_Recognition")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("abdelhalim/Shower_Sound_Recognition") model = AutoModelForAudioClassification.from_pretrained("abdelhalim/Shower_Sound_Recognition") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
51e1d40 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2d538874b60c4d885d08ef144a1a76bbdf0daebc4cd10154302bf555326b10d5
size 378361747
|