Skip to content

Rendt is a platform aimed at facilitating access to computational power for running code for small-to-medium size projects by enabling execution on other people's machines in exchange for an hourly fee. It creates a good opportunity for people with powerful but underused personal machines to turn them into a source of income, and lets people lac…

License

rendtTeam/rendt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rendt

To use our app you should:

  1. clone this reposotory to your local machine
  2. navigate to src/client and run python3 ui.py. For this you may need to download some external libraries. To download and install necessary packages run pip install -r requirements.txt command in the rendt directory.

Guidelines for Renters:

Renters who wish to submit a job to be executed have to follow a few basic guidelines.

  1. All files pertaining to the job must be collected in a single folder named files. A bash script called run.sh must be included in this folder that would run the job as the renter wants, as if they were running it on a linux terminal.
  2. The files folder (not the contents, but the folder) must be zipped; this is the execution file you have to submit for successful execution.

Official Website

Screenshots

Dashboard: see submitted and received jobs

Dashboard

Lease: set an hourly price and mark your account as a leaser

Lease

Rent: select files to upload

Select files to upload

Rent: select a leaser

Select a leaser

Status of the received job on the leaser machine

Status: leaser

Status of the submitted job seen from the renter's side

Status: renter

About

Rendt is a platform aimed at facilitating access to computational power for running code for small-to-medium size projects by enabling execution on other people's machines in exchange for an hourly fee. It creates a good opportunity for people with powerful but underused personal machines to turn them into a source of income, and lets people lac…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published