Quazim0t0 commited on
Commit
82c61b1
·
verified ·
1 Parent(s): 2841ec9

Upload web/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. web/README.md +18 -0
web/README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🌼 DaisyChain-Web — train by opening a page
2
 
3
  Part of **DaisyChain** → https://huggingface.co/DaisyChainAI
@@ -12,6 +24,12 @@ average gradients directly between peers.
12
  > This is the browser-native version of DaisyChain: instead of setting up nodes,
13
  > people join a training run by opening a URL.
14
 
 
 
 
 
 
 
15
  ## Run it
16
 
17
  ```bash
 
1
+ ---
2
+ title: DaisyChain-Web
3
+ emoji: 🌼
4
+ colorFrom: green
5
+ colorTo: yellow
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ license: mit
10
+ short_description: Train a shared model P2P by opening a browser tab
11
+ ---
12
+
13
  # 🌼 DaisyChain-Web — train by opening a page
14
 
15
  Part of **DaisyChain** → https://huggingface.co/DaisyChainAI
 
24
  > This is the browser-native version of DaisyChain: instead of setting up nodes,
25
  > people join a training run by opening a URL.
26
 
27
+ **Docs:** [Getting started](docs/GETTING_STARTED.md) ·
28
+ [Architecture](docs/ARCHITECTURE.md) ·
29
+ [Verification (why the numbers are trustworthy)](docs/VERIFICATION.md) ·
30
+ [Troubleshooting](docs/TROUBLESHOOTING.md) ·
31
+ [Test results](TEST_RESULTS.md)
32
+
33
  ## Run it
34
 
35
  ```bash