/firepunks

Using Pytorch to explore the Cryptopunks dataset

Primary LanguageJupyter Notebook

Fire Punks

This is a project that uses pytorch to explore the cryptopunks dataset.

Setup

git clone https://github.com/jmsdnns/firepunks
cd firepunks
python -mvenv venv
source venv/bin/activate
pip install -r ./requirements.txt

Notebooks

  1. Explore Images: A brief jaunt through the images themselves.
  2. Explore Labels: Explores using pytorch random sampling
  3. Fyre Fest: A basic, not that good classifier.
  4. Convolutional Punk: A first take at a convolutional autoencoder.