Algovera Metahub
This is the primary library for interacting with assets on Algovera Metahub.
There are several existing Web2 hubs for datasets, models, apps and other assets, such as Google AI Hub, HuggingFace Hub and ActiveLoop Hub. There also exist Web3 marketplaces - such as the Ocean Marketplace - that facilitates ownership and monetisation of private datasets and algorithms. However, all of these solutions currently rely on centralised storage and compute providers. The aim of Metahub is to create a decentralized hub for machine learning assets where data scientists can store, share and explore using cheaper decentralized storage solutions, as well keeping ownership of (and optionally, monetizing) their creations.
Contents
πͺ Community
Algovera
Algovera is a community of individuals working to facilitate and accelerate the development of decentralised AI products and research.
Website | Notion | Discord | Calendar | Twitter | YouTube |
π Initial Setup
Set up environment
Open a new terminal and:
#clone repo
git clone https://github.com/AlgoveraAI/metahub.git
cd metahub
#create a virtual environment
python3 -m venv venv
#activate env
source venv/bin/activate
pip install -e .π License
The license is MIT. Details