OffWorldTensor commited on
Commit
074528e
·
verified ·
1 Parent(s): aff826c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,17 +1,21 @@
1
  ---
2
- title: PokePrice
3
- emoji: 🔮
4
- colorFrom: blue
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 4.32.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: Predicts Pokémon card price trends with a neural network.
 
 
 
 
12
  ---
13
 
14
- ## PricePoke: Pokémon Card Price Trend Predictor
15
 
16
  This application uses a PyTorch-based neural network to predict whether the market price of a specific Pokémon card will rise by 30% or more over the next six months.
17
 
 
1
  ---
2
+ title: Pokémon Price Predictor
3
+ emoji: 🃏
4
+ colorFrom: indigo
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.38.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ tags:
12
+ - pytorch
13
+ - machine-learning
14
+ - pokemon
15
+ - price-prediction
16
  ---
17
 
18
+ ## PokePrice: Pokémon Card Price Trend Predictor
19
 
20
  This application uses a PyTorch-based neural network to predict whether the market price of a specific Pokémon card will rise by 30% or more over the next six months.
21