This repository contains Python scripts for retrieving statistics about the Livepeer AI subnet.
get_ai_orchs.py
: Retrieves the number of orchestrators in the AI subnet.
-
Rename the
.env.template
file to.env
. -
Update the
.env
file with the appropriate values for your environment. -
Install the required Python packages using pip:
pip install -r requirements.txt
-
Run one of the scripts. For example:
python get_ai_fees.py
-
The script will display the statistics in the console. Some scripts also save the results to a file in the
output
directory.