Skip to content

dwisdom0/fuzzy_store

Repository files navigation

This repository holds the code for the plots in my Fuzzy Store blog post.

Quickstart

  1. Install everything
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r requirements_torch.txt
  1. Draw the plots
python draw_plots.py

I started doing this in torch so now it has a torch dependency. It also uses Pandas. It would be pretty easy to rewrite this in NumPy without those two. I'm going to move on to other projects instead.

About

Store more data than you should be able to. Approximately.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages