Intelligence-Driven Microscopy & Specimen Analysis — a Gradio-powered tool that uses YOLOv8 object detection and Groq LLM inference to identify and explain microorganisms on microscope slides.
git clone https://github.com/hizo9/micropeek.git
cd micropeek
pip install -r requirements.txtpython app.pyUpload a microscope slide image through the Gradio interface, adjust the detection sensitivity threshold, and click RUN ANALYSIS. The detected specimens populate the chat panel for follow-up questions. Optionally generate a PDF transcript of the session.

