End-to-end delivery
The repository connects exploration, training references, model conversion, and a usable inference interface.
A research prototype that carries a lesion-image classifier from model training to a simple, portable inference experience.
Image classifiers are difficult to assess outside a notebook. This project turns the trained model into an interactive workflow where a user can upload a lesion image, preview it, and request a benign-or-malignant classification.
The work uses lesion images from the International Skin Imaging Collaboration 2020 challenge. It is a machine-learning research demonstration, not a clinical diagnostic tool.
The Streamlit application keeps the inference path explicit and reproducible from upload to result.
The repository’s application uses a 0.5 output threshold and displays the classification only after the user selects “Classify.”
hybrid.tflite artifact consumed directly by the application.The repository connects exploration, training references, model conversion, and a usable inference interface.
TensorFlow Lite packages the trained model as one deployment artifact for the Streamlit application.
The image transformation pipeline is visible in source rather than hidden behind an external service.
The result is presented as a research classification workflow, not as medical advice or clinical diagnosis.