meganariley/wildflower-classifier-v2
014
🌸 Wildflower Classifier v2
75 North American wildflower species classifier based on EfficientNet-B4, fine-tuned on 59,000+ iNaturalist research-grade photos.
⏳ Training in progress — model weights will appear here once training completes.
Details
Usage
from transformers import pipeline
classifier = pipeline("image-classification", model="meganariley/wildflower-classifier-v2", top_k=5)
result = classifier("path/to/wildflower.jpg")Demo
Try it live: Wildflower Identifier
<!-- ml-intern-provenance -->
Generated by ML Intern
This model repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.
- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern
