Skip to content

Tiny website + example code for downloading a subvolume for annotation in PyReconstruct

Notifications You must be signed in to change notification settings

aplbrain/pyreconstruct-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyreconstruct-download

Tiny Flask app for downloading a subvolume for annotation in PyReconstruct, deployed with Zappa

https://pyreconstruct-download.labs.bossdb.org/

Dependency: Python 3.10

To install locally:

git clone https://github.com/aplbrain/pyreconstruct-download.git
cd pyreconstruct-download
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To run locally:

source venv/bin/activate
flask run --debug

To deploy changes:

zappa update

About

Tiny website + example code for downloading a subvolume for annotation in PyReconstruct

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published