Algovera Blog

Technical Words

Flow

Part 1

Part 2

Introduction

The NFT market exploded over the past year and according to @hildobby’s dashboard. LooksRare has taken over Volume from OpenSea measured in USD volume.

NFT_Status.png

Because of the activity and notability of NFTs, the Algovera Team thought a proof of concept (POC) using NFTs could persuade data scientists to become more involved in the web3 space. The open source NFT dataset chosen is the notorious 8bit Crypto Punks. This dataset was chosen because of notoriety in web3 and the low resolution nature. Hopefully crypto punks will become a CIFAR-10 like image dataset for web3!

Getting Started - Start by cloning the Github repository and install the required Python packages.

conda create -n yourenv pip
pip install -r requirements.txt