Spaces:
Paused
Paused
<div align="center"> | |
# **Dashboards** <!-- omit in toc --> | |
[](https://discord.gg/realbittensor) | |
[](https://opensource.org/licenses/MIT) | |
--- | |
Opentensor Dashboards. | |
## Validators | |
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**. | |
To install: | |
``` | |
pip install -e . | |
``` | |
To run dashboard: | |
``` | |
streamlit run dashboard.py | |
``` | |
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. | |
### Screenshots | |
------ | |
*Overview metrics and run selection* | |
 | |
------ | |
*UID health* | |
 | |
 | |
------ | |
*Completions* | |
 | |
 | |
## OpenMetagraph | |