Skip to content

Commit

Permalink
Merge pull request #23 from siAyush/master
Browse files Browse the repository at this point in the history
Readme formated
  • Loading branch information
kailashahirwar authored May 15, 2021
2 parents e92b18c + edf355f commit e1bec35
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
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>

0 comments on commit e1bec35

Please sign in to comment.