Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 1.03 KB

README.md

File metadata and controls

9 lines (7 loc) · 1.03 KB

Stained-Cell-Count

  1. This repository contains the project file used for evaluating the regression with use of Convolutional Neural Networks for counting the stained cells with blue nucleus and a brown membrane.

image

  1. We have trained the model in main.ipynb file build upon Xception Architecture consisting of various layers being build as separable convolutional neural network layer.
  2. Download the datasets from here training-dataset and testing-dataset
  3. You can download the trained model from here and the model weights from here
  4. Note: main.ipynb file is the only complete code file.