Spaces:
Paused
Paused
Update README.md
Browse files
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
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+

|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
------
|
| 31 |
+
*UID health*
|
| 32 |
+

|
| 33 |
+
|
| 34 |
+

|
| 35 |
+
|
| 36 |
+
------
|
| 37 |
+
*Completions*
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+

|
| 41 |
|
| 42 |
|
| 43 |
## OpenMetagraph
|