VitaminPScope is an AI-powered digital pathology platform for viewing whole-slide images (WSI) and performing whole-cell segmentation using deep learning.
It supports SVS, OME-TIFF, and multi-channel microscopy, and runs locally with Docker in a single command.
VitaminPScope is a production-ready, web-based platform for:
- Whole-slide image (WSI) viewing
- Multi-channel microscopy visualization
- Slide comparison and annotation
- AI-powered whole-cell segmentation with VitaminP
Built with React + FastAPI + OpenSeadragon + Viv — optimized for real-world deployment.
VitaminPScope is an open-source alternative to commercial digital pathology platforms (e.g., QuPath, HALO) with built-in AI segmentation.
- 🧠 Built-in AI — no external pipelines required
- ⚡ Runs locally with Docker in minutes
- 🔬 Designed for real pathology workflows
- 📊 Scales to gigapixel whole-slide images
digital pathology, WSI viewer, whole-slide image viewer, pathology AI, cell segmentation, histopathology, H&E analysis, multiplex imaging, computational pathology, FastAPI, React viewer
git clone https://github.com/idso-fa1-pathology/VitaminPScope.gitcd VitaminPScopedocker compose -f docker-compose.public.yml up -dgit clone https://github.com/idso-fa1-pathology/VitaminPScope.git && cd VitaminPScope && docker compose -f docker-compose.public.yml up -dOnce running, open in your browser:
Place your slides in:
./data/
Supported formats:
- SVS
- NDPI
- TIFF / OME-TIFF
This platform integrates VitaminP, a state-of-the-art AI model for whole-cell segmentation.
➡️ https://github.com/idso-fa1-pathology/vitaminp
- Histopathology research (H&E analysis)
- Spatial transcriptomics validation
- Multiplex imaging visualization
- AI-assisted cell segmentation workflows
- Digital pathology education and demos
- Frontend: React + OpenSeadragon (WSI rendering)
- Backend: FastAPI (API + orchestration)
- AI Service: VitaminP inference engine
- Deployment: Docker Compose (multi-service)
VitaminPScope can be extended via API or integrated into custom pipelines for automated pathology workflows.
The VitaminP model is already included inside the Docker image.
✅ No downloads
✅ No configuration
✅ Ready out of the box
MIT License

