Instructions to use smaciu/bee-wings-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use smaciu/bee-wings-classifier with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("smaciu/bee-wings-classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,7 @@ pipeline_tag: image-classification
|
|
| 14 |
# HoneyBee wings image classifier
|
| 15 |
|
| 16 |
Model trained based on Fastai vision ResNet18 architecture on Collection of wing images for conservation of honey bees (Apis mellifera) biodiversity in Europe https://zenodo.org/record/7244070
|
|
|
|
| 17 |
Developed by Slawek Maciura email: slamaciu@icloud.com
|
| 18 |
|
| 19 |
|
|
|
|
| 14 |
# HoneyBee wings image classifier
|
| 15 |
|
| 16 |
Model trained based on Fastai vision ResNet18 architecture on Collection of wing images for conservation of honey bees (Apis mellifera) biodiversity in Europe https://zenodo.org/record/7244070
|
| 17 |
+
|
| 18 |
Developed by Slawek Maciura email: slamaciu@icloud.com
|
| 19 |
|
| 20 |
|