Skip to content

AlgoveraAI/metahub

v4main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Algovera library for interacting with the Metahub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published