https://github.com/echometerain/whos-that-pokemon
Gen-1 pokemon classifier
https://github.com/echometerain/whos-that-pokemon
Last synced: 12 months ago
JSON representation
Gen-1 pokemon classifier
- Host: GitHub
- URL: https://github.com/echometerain/whos-that-pokemon
- Owner: echometerain
- License: gpl-2.0
- Created: 2023-07-25T14:44:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T00:51:39.000Z (over 2 years ago)
- Last Synced: 2025-01-19T18:43:06.086Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: Who's That Pokemon?
emoji: ⚡
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 5.13.0
app_file: app.py
pinned: false
---
# Who's That Pokemon?
[Kaggle link](https://www.kaggle.com/code/echometerhhwl/who-s-that-pokemon-improved) | [Huggingface demo](https://huggingface.co/spaces/echometerain/whos-that-pokemon)
Identifies generation 1 pokemon based on [35627 images](https://www.kaggle.com/datasets/echometerhhwl/pokemon-gen-1-38914)!


Default model based on convnext_tiny (`model.pkl`) has 95.7% accuracy (with dataset augmented at runtime)

Alternative model based on resnet34 (`model-r34.pkl`) has 94.3% accuracy (with dataset augmented at runtime)
