Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Deep learning #30

Open
wants to merge 10 commits into
base: init
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Anton Brandl authored Jan 31, 2018
commit d90033a0512ed7d89c86e6f928adbb1f31d52d5b
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Personal Art Generator
## Abstract

We propose a one-click solution for creating personalized artwork.
Privacy, transparence, and performance is ensured by the use of
@@ -54,13 +53,42 @@ The process is deterministic, so the result of two runs on two devices must lead

Implementation with IExcec

## Component diagram

Web-interface:

## Component diagram
Allows the user to upload the two images and to download the result image

Wrapper smart contract:

call the iexec offline app with the proper parameters

Offline App:

Computes the result image using the algorithm introduced above

## Sequential diagram of the solution

Step 1: The user uploads two images on the web-interface

Step 2: The wrapper smart contracs starts the computation of the offline app to create the result image.

Step 3: When the image has been created, the link of the resulting image is sent to the wrapper smart contract

Step 4: The user can then download this image from the web interface


## Bonus: a DApp smart contract with truffle tests

The following code on github includes Solidity code and truffle tests for a simple game that can be played on the Ethereum blockchain. There are two teams, Red and Blue. Players can add money to the stack of Red or Blue and regardless of which team gets money from the player, the player can bet which team wins. A team wins if it has either more than 50% or less than 25% of the total ETH sent to the team.

https://github.com/ahoelzl/smartContract

Team

The MAOH Team

We are an international Munich-based team of four people. Two of us are working as software engineers in the area of data science/machine learning and the other two are a PhD student and a postdoc in the field of formal verification and interactive theorem proving. In our opinion, our team represents the right mixture of academia and industry.

[1] https://arxiv.org/abs/1508.06576