ecopus commited on
Commit
e66e9a7
·
verified ·
1 Parent(s): 5f0af3b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -1,12 +1,24 @@
1
  ---
2
- title: Pokemon Tabular App
3
- emoji:
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.47.2
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Pokemon Card Predictor
3
+ emoji: 🃏
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "4.0.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Pokémon Card Predictor 🃏
13
+
14
+ 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).
15
+
16
+ ## How it works
17
+ - Enter a single Pokémon card’s attributes (attack, HP, rarity, etc.).
18
+ - Select which AutoGluon submodel to use.
19
+ - Get predictions (hard labels or probabilities).
20
+
21
+ ## Files
22
+ - `app.py`: The Gradio app code.
23
+ - `requirements.txt`: Dependencies.
24
+ - `README.md`: This file (with Space metadata).