-
Notifications
You must be signed in to change notification settings - Fork 1
/
Tech Road Map.txt
33 lines (30 loc) · 1.4 KB
/
Tech Road Map.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Project Artemere - Tech Road Map
"To interpret good art, and output great art."
Project Details - How the Product Works
Take two images and create a token that is a 1-to-1 mapping with the processed image.
Users can create new and trade existing tokens to collect cool images.
Step 1) Upload images
Input/Output
Technologies?
Implementation?
Step 2) Merge images - But cool
Step 3) Hash image
Hamming distance to remove duplicate seeds
Step 4) Convert hash to image
Step 5) Create Marketplace
Input: Local image upload
Black box: Off-chain image correction or image combination
How to hash image and recreate image from hash (talk to Corey more look into p-hashing or fuzzy hashing | what exactly are the restrictions on the hash?
limitations of storing data on ethereum -
maybe there's some way you can have 10 different tokens represent one image
Output: Hash of output image associated with ethereum address
Process: Upload two images and the goal is to perform a 50% random pixel swap using OpenCV and then take that output image and convert to a phash which is then the seed of the ERC-721 token hash. ERC-721 token hash can be
Possibles Issues w/Artemere
I) Filtering of duplicate images (at best 80%)
i)perceptual hashing
ii)fuzzy hashing
II) How do we merge images?
i) feature detection of expensive artwork
ii) object detection in expensive artwork
III) How to go from image <=> hash
i) IPFS?