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: 129 Bytes
3aa7e0b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:083e996cadfcf8a6ac62b5ad3d49c66114499251108020fcbe91230726fdb247
size 2863
|