Some Exploratory Deep Learning tasks on the multi-billion dollar CryptoPunk NFT collection.
The code to accompany my medium article on Depp Learning with CryptoPunks.
In command line
- git clone https://github.com/tom-forbes/Deep-Learning-with-CryptoPunks : Clone the directory into your working environment
- cd Deep-Learning-with-CryptoPunks/ : Make sure you are in the correct directory
- python generate_data.py : run python script to call opensea API, saves CryptoPunk images and converts them to array, also saves relevant metadata. May take 1-1.5 hrs.
- You should now have the data in your directory to play with the classification and DCGAN scripts, they will work better with a GPU so i would upload the scripts to google colab if you havent got your own preference.