All Projects β†’ ravenprotocol β†’ raven-distribution-framework

ravenprotocol / raven-distribution-framework

Licence: MIT license
Decentralized Computing Backend for Artificial Intelligence, Web3, Metaverse, and Gaming Application

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to raven-distribution-framework

Maelstrom
High performance Matrix Home Server in rust.
Stars: ✭ 156 (+403.23%)
Mutual labels:  decentralized, web3
geesome-node
🦈 Your self-hosted decentralized Messenger, Social network, Media file storage on top of IPFS! Freely communicate in encrypted chat groups, share images, video, text or any data without a risk of censorship or blocking.
Stars: ✭ 90 (+190.32%)
Mutual labels:  decentralized, web3
convex
Convex Main Repository - Decentralised platform for the Internet of Value
Stars: ✭ 56 (+80.65%)
Mutual labels:  gaming, metaverse
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (+67.74%)
Mutual labels:  decentralized, web3
metaverse-development
Certified Web3 and Metaverse Developer Syllabus and Details by Panaverse
Stars: ✭ 195 (+529.03%)
Mutual labels:  web3, metaverse
Cyb Archeology
🌎 Personal immortal robot for the The Great Web
Stars: ✭ 117 (+277.42%)
Mutual labels:  decentralized, web3
tool-db
A peer-to-peer decentralized database
Stars: ✭ 15 (-51.61%)
Mutual labels:  decentralized, web3
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (+32.26%)
Mutual labels:  decentralized, web3
docs
Unleash Bitcoin's full potential with decentralized apps and smart contracts. The documentation covers key aspects of the Stacks network and technology and provides tutorials and other helpful content for developers.
Stars: ✭ 134 (+332.26%)
Mutual labels:  decentralized, web3
prometheus-spec
Censorship-resistant trustless protocols for smart contract, generic & high-load computing & machine learning on top of Bitcoin
Stars: ✭ 24 (-22.58%)
Mutual labels:  decentralized, distributed-computing
Awesome Federated Computing
πŸ“š πŸ‘“ A collection of research papers, codes, tutorials and blogs on Federated Computing/Learning.
Stars: ✭ 314 (+912.9%)
Mutual labels:  decentralized, distributed-computing
flux
Flux, Your Gateway to a Decentralized World. https://home.runonflux.io https://api.runonflux.io https://docs.runonflux.io https://source.runonflux.io https://wiki.runonflux.io
Stars: ✭ 150 (+383.87%)
Mutual labels:  decentralized, web3
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (+851.61%)
Mutual labels:  decentralized, web3
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (+387.1%)
Mutual labels:  decentralized, machinelearning
borg
Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
Stars: ✭ 25 (-19.35%)
Mutual labels:  decentralized, web3
trystero
🀝 Serverless WebRTC matchmaking for painless P2P β€” Make any site multiplayer in a few lines β€” Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+1551.61%)
Mutual labels:  decentralized, web3
lemverse
The first-ever coworking metaverse
Stars: ✭ 91 (+193.55%)
Mutual labels:  web3, metaverse
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+1309.68%)
Mutual labels:  decentralized, web3
whitepaper
πŸ“„ The Ambients protocol white paper
Stars: ✭ 44 (+41.94%)
Mutual labels:  decentralized, distributed-computing
hopr-core
Main repository of HOPR - this is all you need to run a node on the HOPR network!
Stars: ✭ 14 (-54.84%)
Mutual labels:  decentralized, web3

Ravenverse

What is Ravenverse?

The foundation for any Machine Learning or Deep Learning Framework. Simply put, it is more like a decentralized calculator, comparable to a decentralized version of the IBM machines that were used to launch the Apollo astronauts. Apart from building ML/DL frameworks, a lot more can be done on it, such as maximizing yield on your favorite DeFi protocols like Compound and more!

-----------------------------------------------------

Roles in Ravenverse

The Ravenverse is a community-developed implementation of the decentralized computing model outlined by Raven Protocol. Within the Raven ecosystem today, there are three main actors:

  • Requester: Requester is a person/entity who wants to request some compute power for their decentralized application. These requirements may vary from simple mathematical calculations to training complex ML/DL models.

  • Provider: A provider is a person/entity that wishes to provide computing resources to support the requester's decentralised apps.

  • Facilitator (support coming soon): Facilitator is a platform, website, application, that uses our tools like ravop, ravjs, ravpy to empower requesters and providers with no code tools to participate in the ravenverse network.

-----------------------------------------------------

Libraries

Core modules

  • RavOp: Core operations models for distributed computation
  • RavSock: Socket server to moderate client connections
  • RavFTP: FTP server to facilitate the transfer of files

Modules built on top of core modules

  • RavML: Machine learning specific library
  • RavDL: Deep learning specific library
  • RavViz (coming soon): A dashboard to visualize operations and client connections

Client Modules

  • Ravpy: Python client for federated analytics and distributed computing
  • RavJS: Javascript library to retrieve and calculate operations

-----------------------------------------------------

Features

The current release of Ravenverse supports Distributed Computing and Federated Analytics across a network of Requesters and Providers around the world.

Distributed Computing

To share and coordinate their processing capacity for a shared computational need, such as the training of a sizable Machine Learning model, distributed computing connects diverse computing resources, such as PCs and cellphones. Each of these resources or nodes receives some data and completes a portion of a task through communication with a server and, in some situations, with other nodes. These nodes can coordinate their operations to quickly and effectively meet a large-scale, complicated computational requirement.

Federated Analytics

Key statistics like mean, variance, and standard deviation may be generated across numerous private datasets using federated analytics, a novel method of data analysis, without jeopardising privacy. It functions similarly to federated learning in that it does local computations on the data from each client device and only provides requesters with the aggregated resultsβ€”never any data from a specific device. Without leaving the premises, sensitive data can be examined, including financial transactions, employee information, and medical records.

Detailed walkthroughs (from both Requester's and Provider's perspectives) on setting up and testing both distributed computing and federated analytics driven algorithms can be found under Tutorials folder.

-----------------------------------------------------

Setup

This repository can be used by both requesters and providers as a foundation for setting up Raven's various other libraries and running their algorithms.

Create a Virtual Environment

conda create -n <env_name> python=3.8
conda activate <env_name>

Clone the Repository

git clone https://github.com/ravenprotocol/ravenverse.git

Getting your Ravenverse Token

Visit the Ravenverse Website (preferably on Chrome) and login using your MetaMask Wallet Credentials.

Copy your Private Ravenverse Token. This token will be required by all Raven libraries to authenticate transactions and data transfers.

For Requesters

Install our python packages hosted on PyPi.

pip install ravop
pip install ravdl
pip install ravml

With these libraries, Requesters can build, train and test their ML/DL models.

For Providers

If your wish to enter Ravenverse as a Provider, you must install RavPy:

pip install ravpy

RavPy is a python SDK that allows providers to intuitively participate in any ongoing graph computations in the Ravenverse.

-----------------------------------------------------

Documentation

Documentation for each library of Ravenverse can be found in the README.md files of the corresponding GitHub Repositories.

How to Contribute

Contributions are what make the open source community such a wonderful place to learn, be inspired, and create. You may contribute to our individual Repositories. Please read our Contributor Guide.

Any help you can give is much appreciated.

-----------------------------------------------------

License

This project is licensed under the MIT License - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].