Instructions to use rocky250/BirdsIdentifier-EPFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use rocky250/BirdsIdentifier-EPFT with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("rocky250/BirdsIdentifier-EPFT") - Notebooks
- Google Colab
- Kaggle
| { | |
| "framework": "tensorflow", | |
| "image_size": 224, | |
| "num_classes": 25, | |
| "labels": [ | |
| "Asian-Green-Bee-Eater", | |
| "Brown-Headed-Barbet", | |
| "Cattle-Egret", | |
| "Common-Kingfisher", | |
| "Common-Myna", | |
| "Common-Rosefinch", | |
| "Common-Tailorbird", | |
| "Coppersmith-Barbet", | |
| "Forest-Wagtail", | |
| "Gray-Wagtail", | |
| "Hoopoe", | |
| "House-Crow", | |
| "Indian-Grey-Hornbill", | |
| "Indian-Peacock", | |
| "Indian-Pitta", | |
| "Indian-Roller", | |
| "Jungle-Babbler", | |
| "Northern-Lapwing", | |
| "Red-Wattled-Lapwing", | |
| "Ruddy-Shelduck", | |
| "Rufous-Treepie", | |
| "Sarus-Crane", | |
| "White-Breasted-Kingfisher", | |
| "White-Breasted-Waterhen", | |
| "White-Wagtail" | |
| ], | |
| "architecture": "EPFT" | |
| } |