An AI-assisted digital slide viewer inspired by Morphle Labs’ clinical imaging workflows.
MorphoView is a lightweight web application for uploading, viewing, and analyzing digital microscope slides — built as a demo inspired by Morphle Labs’ digital pathology systems.
It demonstrates real-world clinical software architecture, combining clean UI workflows with practical AI explainability features.
- 🧠 AI-ready backend built on FastAPI
- 🖼️ Upload & manage digital slides (mock
.png/.jpgimages) - 🔍 Zoomable viewer interface (coming soon)
- 🔥 Grad-CAM explainability overlay (mock integration)
- 🧩 Modular design — ready for integration with real scanner APIs or cloud pipelines
Frontend: React + Vite + TailwindCSS
Backend: FastAPI (Python)
Storage: Local file system (mock setup)
AI Layer (planned): PyTorch + TorchCAM (for Grad-CAM visualization)