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
Auto-deploy 2026-06-26 09:15 UTC
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ metrics:
|
|
| 18 |
5-class audio classifier for bee colony health monitoring.
|
| 19 |
Trained on segmented hive recordings using MFCC-based feature extraction.
|
| 20 |
|
| 21 |
-
> Last updated: 2026-06-
|
| 22 |
|
| 23 |
## Classes
|
| 24 |
|
|
|
|
| 18 |
5-class audio classifier for bee colony health monitoring.
|
| 19 |
Trained on segmented hive recordings using MFCC-based feature extraction.
|
| 20 |
|
| 21 |
+
> Last updated: 2026-06-26 09:15 UTC
|
| 22 |
|
| 23 |
## Classes
|
| 24 |
|