Instructions to use TheVortexProject/insectnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use TheVortexProject/insectnet with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("TheVortexProject/insectnet", "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
docs: align legacy InsectNet source naming
Browse files
README.md
CHANGED
|
@@ -17,11 +17,11 @@ datasets:
|
|
| 17 |
|
| 18 |
InsectNet v0.1.0 is a preserved research classifier for scoring insect- and amphibian-related acoustic classes from frozen BirdNET v2.4 output logits.
|
| 19 |
|
| 20 |
-
Canonical source and release: [vortexpjeff/insectnet at `v0.1.0`](https://github.com/vortexpjeff/insectnet/tree/v0.1.0).
|
| 21 |
|
| 22 |
This BirdNET-logit model is a distinct legacy project. It is not the embedding source, ancestor bundle, or runtime dependency of the later Perch 2 specialist heads:
|
| 23 |
|
| 24 |
-
- [InsectNet
|
| 25 |
- [ChickenNet](https://github.com/vortexpjeff/chickennet)
|
| 26 |
- [FrogNet](https://github.com/vortexpjeff/frognet)
|
| 27 |
|
|
|
|
| 17 |
|
| 18 |
InsectNet v0.1.0 is a preserved research classifier for scoring insect- and amphibian-related acoustic classes from frozen BirdNET v2.4 output logits.
|
| 19 |
|
| 20 |
+
Canonical source and release: [vortexpjeff/insectnet-legacy at `v0.1.0`](https://github.com/vortexpjeff/insectnet-legacy/tree/v0.1.0).
|
| 21 |
|
| 22 |
This BirdNET-logit model is a distinct legacy project. It is not the embedding source, ancestor bundle, or runtime dependency of the later Perch 2 specialist heads:
|
| 23 |
|
| 24 |
+
- [InsectNet](https://github.com/vortexpjeff/insectnet)
|
| 25 |
- [ChickenNet](https://github.com/vortexpjeff/chickennet)
|
| 26 |
- [FrogNet](https://github.com/vortexpjeff/frognet)
|
| 27 |
|