Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 547 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 547 Bytes

Slide-by-slide Viewer

Dependencies

git
conda

Installation

  • Clone repo and install python packages
git clone <this-repo>
cd path/
conda env create -f environment.yml
source activate slide-by-slide
  • Generate image tiles and thumbnails:
mkdir tiles/
mv <image-file> tiles/
python dzi.py tiles/<image-file>
python thumbgen.py tiles/<image-file>
  • Add image paths to server.py.
  • Run: python server.py

To do

  • Load slide data from JSON rather than hardcoded in server.py