
GemmaSight is an explainable AI-powered pathology assistant designed to support the early detection of cancer from digital pathology slide images. Traditional cancer diagnosis often requires specialized laboratories, expert pathologists, and significant processing time, making timely diagnosis difficult, especially in remote and underserved regions. GemmaSight addresses these challenges by providing fast, transparent, and AI-assisted preliminary screening. The system first processes a pathology slide image using Google's Pathology Foundation Model, which extracts rich visual embeddings that capture microscopic tissue features. These embeddings are then analyzed by a custom-trained classifier to predict whether the tissue is Cancer or Non-Cancer. Our classifier achieved approximately 94% accuracy with an AUC score of 0.98, demonstrating strong predictive performance. To improve trust and interpretability, GemmaSight integrates a FAISS-based similarity retrieval system. Instead of providing only a prediction, the system retrieves the three most similar pathology cases from its embedding database, allowing clinicians to compare the current sample with previously analyzed cases. Additionally, an occlusion heatmap highlights the image regions that most influenced the model's prediction, providing visual evidence of the AI's decision-making process. Finally, the pathology image, prediction, retrieved similar cases, and explainability outputs are passed to the MedGemma Vision-Language Model, which generates a concise, high-level medical report in approximately 30 seconds. GemmaSight is designed to assist—not replace—medical professionals. By combining accurate classification, explainable AI, similarity retrieval, and automated report generation into a single workflow, it enables faster, more transparent, and more accessible AI-assisted pathology, helping clinicians make informed decisions and improving access to quality healthcare in resource-limited settings.
13 Jul 2026
.png&w=828&q=75)
Overview: Introducing the Smart Business Document Analyzer. A web app designed to automate the analysis of business documents. Summarization: Automatically generates concise summaries of lengthy documents. Implemented using the Falcon model on the AI71 platform. Entity Extraction: Identifies and extracts key entities such as names, dates, and financial figures. Enhances data accuracy and accessibility. Question & Answer: Allows users to ask questions and get answers directly from the uploaded PDF document. Utilizes Hugging Face models, Langchain, FAISS, and similarity search. Document Types Supported: Text, images, and tables within PDF documents
7 Aug 2024