Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 466 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 466 Bytes

Pathology CNN

The app ui

Model

Model trained on the MedMNIST dataset for colon pathology. See model/pathology_cnn.ipynb for architecture details.

Utilized Amazon SageMaker for deployment and creating an inference endpoint.

App

I created an App wrapper so you can submit new images and receive model inferences.

Utilized Flask to setup the backend and Vite + React for the frontend.