Spaces:
Sleeping
Sleeping
livinNector
commited on
Commit
•
9f63f5c
1
Parent(s):
1958afe
added spaces config in readme
Browse files
README.md
CHANGED
@@ -1 +1,17 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Pokemon Dash Explorer
|
3 |
+
emoji: 🦄
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: gray
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
---
|
9 |
+
|
10 |
+
# pokemon-dash
|
11 |
+
|
12 |
+
A Dash based app for exploring Pokemons.
|
13 |
+
|
14 |
+
# Dataset
|
15 |
+
Dataset is taken from https://www.kaggle.com/datasets/rounakbanik/pokemon and preprocessed.
|
16 |
+
Image urls are taken from seribii.net and has the urls of format https://serebii.net/scarletviolet/pokemon/new/{pokemon_num}.png
|
17 |
+
|