First, Install Conda or Miniconda on your laptop.
Then, in the Terminal (Linux) or Anaconda Prompt (Windows, run as administrator) type
conda create -n intro-keras python=3.7
conda activate intro-keras (on Linux)
pip install -r requirements.txt
jupyter notebook
Now run the code inside the Download MNIST notebook. Then we are good to go.
Credits to Francesco Crecchi and Daniele Castellana for providing all kinds of useful material!
Preprocessed Membrane data taken from this repo