Vycka12 commited on
Commit
84deb6f
·
verified ·
1 Parent(s): 31fafb0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -1,12 +1,23 @@
1
  ---
2
- title: Mega Extractor
3
- emoji: 🏢
4
  colorFrom: blue
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.10.0
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: Mega-Extractor
3
+ emoji: 🐋
4
  colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 4.8.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Mega Wallet Extractor (DuckDB Cloud)
13
+
14
+ This Space processes 32GB of Polymarket trade history directly from the cloud using **DuckDB** and the `httpfs` extension.
15
+
16
+ ### Features
17
+ - Query 32GB Parquet files without full download.
18
+ - Identifies "Mega Whales" (400+ trades, 70%+ WR).
19
+ - Identifies "Mega Dumb" (100+ trades, 40%- WR).
20
+ - Uploads results directly to `Vycka12/Base` dataset.
21
+
22
+ ### Setup
23
+ Ensure you add a `HF_TOKEN` (Write access) in the Space Settings -> Secrets.