Skip to content

draeloslab/Bubblewrap

 
 

Repository files navigation

Bubblewrap

Quickstart

git clone https://github.com/draeloslab/bubblewrap
conda env create --file=environment.yml
conda activate bubblewrap
mkdir dist
pip install -e .
pytest .  # (optional)
python scripts/main.py

Requirements

Our algorithm is implemented in python with some extra packages including: numpy, jax (for GPU), and matplotlib (for plotting).

We used python version 3.9 and conda to install the libraries listed in the environment file. We provide an environment file for use with conda to create a new environment with these requirements, though we note that jax requires additional setup for GPU integration (https://github.com/google/jax).

Refrence

The core Bubblewrap algorithm was initially described here: 'Bubblewrap: Online tiling and real-time flow prediction on neural manifolds'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.8%
  • Python 1.2%