steffenc commited on
Commit
3ac33ea
·
unverified ·
1 Parent(s): b6df554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -4,7 +4,7 @@
4
  [![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/realbittensor)
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
  ---
7
- Opentensor Dashboards. The goal of this repo is to provide a means to visually introspect and quickly analyze key components of the bittensor network, namely the blockchain and AI layers. Furthermore, the dashboard are designed to be useful to beginners and experts alike so that the entire community can benefit from and learn more about the dynamic and decentralized bittensor marketplace. for complete beginners, we refer you to the [bittensor repo](https://github.com/opentensor/bittensor) and [official docs](https://bittensor.com/documentation/intro/index).
8
 
9
  Repo contents:
10
  1. [openvalidators](#validators) dashboard
@@ -17,22 +17,23 @@ Both the constantly growing bittensor [blockchain](https://polkadot.js.org/apps/
17
  - Recent data (24-48 hours) is stored in high resolution (raw) format. This is suitable for full introspection.
18
  - Historical data (30-90 days) is stored in low resolution (aggregated) format. This is suitable for high-level trend analysis.
19
 
20
- # Validators
21
- 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**.
22
-
23
 
24
  To install:
25
  ```
26
  pip install -e .
27
  ```
28
 
29
- To run dashboard:
30
  ```
31
  streamlit run dashboard.py
32
  ```
33
  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.
34
 
35
 
 
 
 
36
  ## Screenshots
37
  ------
38
  *Overview metrics and run selection*
 
4
  [![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/realbittensor)
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
  ---
7
+ Opentensor Dashboards, made with streamlit. The goal of this repo is to provide a means to visually introspect and quickly analyze key components of the bittensor network, namely the blockchain and AI layers. Furthermore, the dashboard are designed to be useful to beginners and experts alike so that the entire community can benefit from and learn more about the dynamic and decentralized bittensor marketplace. for complete beginners, we refer you to the [bittensor repo](https://github.com/opentensor/bittensor) and [official docs](https://bittensor.com/documentation/intro/index).
8
 
9
  Repo contents:
10
  1. [openvalidators](#validators) dashboard
 
17
  - Recent data (24-48 hours) is stored in high resolution (raw) format. This is suitable for full introspection.
18
  - Historical data (30-90 days) is stored in low resolution (aggregated) format. This is suitable for high-level trend analysis.
19
 
20
+ # Getting Started
 
 
21
 
22
  To install:
23
  ```
24
  pip install -e .
25
  ```
26
 
27
+ To run a dashboard:
28
  ```
29
  streamlit run dashboard.py
30
  ```
31
  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.
32
 
33
 
34
+ # Validators
35
+ 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**.
36
+
37
  ## Screenshots
38
  ------
39
  *Overview metrics and run selection*