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-05-19 15:54 UTC
Browse files- README.md +1 -1
- bee_cnn_classifier.h5 +2 -2
- best_cnn.h5 +2 -2
- cnn_label_encoder.pkl +2 -2
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-05-19
|
| 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-05-19 15:54 UTC
|
| 22 |
|
| 23 |
## Classes
|
| 24 |
|
bee_cnn_classifier.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29aacb4b399a4803e1909ed15193c9f699ba5e4fe765775801fc1856bc4edbcf
|
| 3 |
+
size 3512856
|
best_cnn.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0e2b03b6fa702f7a85a639357cf05f726bda69fae7f1115d3a47d1d0297e090
|
| 3 |
+
size 10314968
|
cnn_label_encoder.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae1d27eb2e8011ff9557ddb0fd4bb8d04fb0344f65e2403e5abcafff11b5d9a1
|
| 3 |
+
size 535
|