Instructions to use fufufukakaka/pokemon_image_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fufufukakaka/pokemon_image_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fufufukakaka/pokemon_image_classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("fufufukakaka/pokemon_image_classifier") model = AutoModelForImageClassification.from_pretrained("fufufukakaka/pokemon_image_classifier") - Notebooks
- Google Colab
- Kaggle
ポケモンの選出画面での画像を入力として、そのポケモンを識別するモデルです。
microsoft/swin-base-patch4-window7-224-in22k を元にして fine-tuning しています。
- Downloads last month
- 21