Personal website and portfolio for digital pathology and medical image computing tools.
This site is hosted on GitHub Pages and showcases:
- Digital pathology utilities (TIFF/WSI handling, dataset downloaders, GUIs)
- Classical image processing pipelines (segmentation, feature extraction)
- Research context and future AI-ready roadmap
- Live site: https://juaco2r.github.io
index.html→ Hometools/→ Tools listing + tool pagesresearch/→ Research overviewabout/→ Background and skillscontact/→ Contact linksassets/→ CSS / JS / imagesdownloads/→ PDFs (papers/posters) and other materials
- PathoImage Toolkit: Digital pathology and microscopy image utility for WSI preview, ROI cropping, tiling, reconstruction, downsampling, OME-TIFF, LIF and GeoJSON-aware workflows.
- HistoAnnotator (pre-release): Web and Android application for interactive WSI/microscopy annotation, QuPath-compatible GeoJSON and multichannel fluorescence visualization.
- HistoAnalyzer (pre-release): Cross-platform H-DAB analysis application with tissue/artifact classification, nuclei segmentation, compartment prediction and DAB quantification.
- HistRegGUI: Desktop GUI for histology image registration using DeeperHistReg presets (CPU-only).
- HPA Image Downloader: Download IHC cancer images from Human Protein Atlas and generate structured folders + CSV metadata.
- Cell Well Segmentation: Classical CV pipeline for instance segmentation + feature extraction from multi-channel fluorescence TIFF images.
You can edit the site using any editor (e.g., VS Code). To preview locally:
- Open
index.htmlwith a browser, or - Use a simple local server:
python -m http.server 8000