https://github.com/aplbrain/pyreconstruct-download
Tiny website + example code for downloading a subvolume for annotation in PyReconstruct
https://github.com/aplbrain/pyreconstruct-download
Last synced: over 1 year ago
JSON representation
Tiny website + example code for downloading a subvolume for annotation in PyReconstruct
- Host: GitHub
- URL: https://github.com/aplbrain/pyreconstruct-download
- Owner: aplbrain
- Created: 2024-10-30T20:16:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T15:36:49.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:16:02.980Z (over 1 year ago)
- Language: Python
- Size: 150 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```