Skip to content

sxv/path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published