The Ethereum NFTs dataset: https://www.kaggle.com/simiotic/ethereum-nfts
This dataset represents the activity of the Ethereum non-fungible token (NFT) market between the following dates:
Start date: April 1, 2021
End date: September 25, 2021
-
Ensure python3 is installed:
python --version
-
With git installed, clone project:
git clone git@github.com:shaneluna/nft-analysis.git
Note: You may need to setup an ssh key if first time using git
-
Change directory into cloned repo:
cd nft-analysis
-
Create a virtual environment:
python -m venv venv
-
Start virutal environment:
Linux & Mac:
source venv/bin/activate
Windows:
./venv/Scripts/activate
-
Install requirements:
pip install -r requirements.txt
-
Download the dataset from https://www.kaggle.com/simiotic/ethereum-nfts
-
Place the downloaded zip in the /data folder and extract the
nfts.sqlite
file -
Run Python application:
python -m main.py