-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from siAyush/master
Readme formated
- Loading branch information
Showing
1 changed file
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,43 @@ | ||
<div align="center"> | ||
<img src="https://static.wixstatic.com/media/8e555b_b0053aa9f21e4ff2bed34105ef06189d~mv2_d_4703_2828_s_4_2.png/v1/fill/w_156,h_86,al_c,q_85,usm_0.66_1.00_0.01/RP-Logo-B.webp"> | ||
<h1> Raven Distribution Framework(RDF) </h1> | ||
</div> | ||
|
||
## Raven Distribution Framework(RDF) | ||
https://www.ravenprotocol.com/ | ||
|
||
[Raven Distribution Framework](https://www.ravenprotocol.com) | ||
|
||
#### What is Raven Distribution Framework? | ||
|
||
### What is Raven Distribution Framework? | ||
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! | ||
|
||
#### Setup | ||
|
||
### Setup | ||
|
||
# Create a virutal environment before you install RDF libraries | ||
sh setup.sh | ||
|
||
#### Start the socket server | ||
|
||
### Start the socket server | ||
|
||
python3 run_socket_server.py | ||
|
||
#### Start workers | ||
|
||
|
||
### Start workers | ||
|
||
python3 open_worker.py # worker 1 | ||
python3 open_worker.py # worker 2 | ||
python3 open_worker.py # worker 3 | ||
|
||
#### How to contribute: | ||
|
||
### How to contribute: | ||
|
||
Step 1: Fork | ||
|
||
Step 2: Write your code | ||
|
||
Step 3: Create a pull request | ||
|
||
#### License | ||
[MIT License](https://github.com/ravenprotocol/raven-distribution-framework/blob/master/LICENSE) | ||
|
||
### License | ||
|
||
<a href="https://github.com/ravenprotocol/raven-distribution-framework/blob/master/LICENSE"><img src="https://img.shields.io/github/license/ravenprotocol/raven-distribution-framework"></a> |