/nft-trading

Primary LanguageJupyter Notebook

nft-trading

Code for the Computational Social Media 2022 course project about NFT trading.

Installation

  1. Download the data from the Kaggle website. The zip archive contains a single database file (nfts.sqlite, 7.4 GB).
  2. Install a Python package manager, e.g. Miniconda (download and install from here).
  3. Install the dependencies and activate the environment
conda env create -f environment.yml
conda activate nft-trading