pokemon_tabular_app / README.md
ecopus's picture
Upload README.md with huggingface_hub
e66e9a7 verified
---
title: Pokemon Card Predictor
emoji: 🃏
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "4.0.0"
app_file: app.py
pinned: false
---
# Pokémon Card Predictor 🃏
This Space hosts a **Gradio interface** for an AutoGluon tabular model trained on the [Pokémon cards dataset](https://huggingface.co/datasets/ecopus/pokemon_cards).
## How it works
- Enter a single Pokémon card’s attributes (attack, HP, rarity, etc.).
- Select which AutoGluon submodel to use.
- Get predictions (hard labels or probabilities).
## Files
- `app.py`: The Gradio app code.
- `requirements.txt`: Dependencies.
- `README.md`: This file (with Space metadata).