Instructions to use DerrickLegacy256/bee-audio-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use DerrickLegacy256/bee-audio-classifier with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("DerrickLegacy256/bee-audio-classifier", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
| ["mfcc_8_mean", "mfcc_3_mean", "zcr_mean", "mfcc_0_mean", "rms_mean", "mfcc_39_mean", "mfcc_27_mean", "mfcc_7_mean", "mfcc_13_mean", "mfcc_1_mean", "mfcc_4_mean", "mfcc_6_mean", "rms_std", "mfcc_24_mean", "mfcc_28_mean", "mfcc_19_mean", "mfcc_21_mean", "mfcc_12_mean", "mfcc_38_mean", "mfcc_0_std", "chroma_6_mean", "chroma_4_mean", "spectral_contrast_2_mean", "mfcc_37_mean", "spectral_contrast_4_mean", "mfcc_5_mean", "zcr_std", "mfcc_9_mean", "mfcc_11_mean", "spectral_contrast_5_mean"] |