steffenc commited on
Commit
c2b4eb3
·
unverified ·
1 Parent(s): 0135753

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -7,9 +7,37 @@
7
  Opentensor Dashboards.
8
 
9
  ## Validators
10
- This repo contains a streamlit [dashboard]([url](https://opendashboard-v110.streamlit.app/)) which can be used to inspect and analyze the live network. It works by pulling validator data from [wandb](https://wandb.ai/opentensor-dev/openvalidators?workspace=default) and using this data for metric tracking and data visualization.
11
 
12
- ![Screenshot 2023-07-27 at 13 29 46](https://github.com/opentensor/dashboards/assets/6709103/b90c351e-d526-4abb-bfc7-f641f66888de)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
 
15
  ## OpenMetagraph
 
7
  Opentensor Dashboards.
8
 
9
  ## Validators
10
+ This repo contains a streamlit [dashboard]([url](https://opendashboard-v110.streamlit.app/)) which can be used to inspect and analyze the live network. It works by pulling validator data from [wandb](https://wandb.ai/opentensor-dev/openvalidators?workspace=default) and using this data for **metric tracking** and **interactive data visualizations**.
11
 
12
+
13
+ To install:
14
+ ```
15
+ pip install -e .
16
+ ```
17
+
18
+ To run dashboard:
19
+ ```
20
+ streamlit run dashboard.py
21
+ ```
22
+ Alternatively, you can [deploy the app for free on streamlit](https://blog.streamlit.io/host-your-streamlit-app-for-free/), but be warned that the app is limited to 1GB of RAM.
23
+
24
+ ### Screenshots
25
+ ------
26
+ *Overview metrics and run selection*
27
+ ![Screenshot 2023-07-27 at 13 29 46](https://github.com/opentensor/dashboards/assets/6709103/f54b963e-b0c7-4333-be8c-800743ecf220)
28
+
29
+
30
+ ------
31
+ *UID health*
32
+ ![Screenshot 2023-07-27 at 13 37 13](https://github.com/opentensor/dashboards/assets/6709103/e5b230f2-a21d-4e3e-9767-c787ec06944a)
33
+
34
+ ![Screenshot 2023-07-27 at 13 37 18](https://github.com/opentensor/dashboards/assets/6709103/3b8cfe30-14a6-4493-adda-41c4f82c1025)
35
+
36
+ ------
37
+ *Completions*
38
+ ![Screenshot 2023-07-27 at 13 38 19](https://github.com/opentensor/dashboards/assets/6709103/fa7f8f60-425e-4963-98a7-f8bd3641c3dc)
39
+
40
+ ![Screenshot 2023-07-27 at 13 39 01](https://github.com/opentensor/dashboards/assets/6709103/968253ad-b869-46c7-adef-bdefc5ccfc33)
41
 
42
 
43
  ## OpenMetagraph