Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garrrikkotua/cellule

Website for counting cells on a image
https://github.com/garrrikkotua/cellule

cell-counting flask python pytorch

Last synced: about 1 month ago
JSON representation

Website for counting cells on a image

Awesome Lists containing this project

README

        

Cellule.ru

This is repository for website Cellule.ru. On the website you can estimate number of cells on image (biological cells). It's a routine task for many biologists around the globe. However, sometimes it's very hard to count them all with a naked eye. So, this is the tool to help them. Of course, I don't guarantee it's 100% correct. At least, it's a good estimation.

The core of the app is convolutional neural net written in Pytorch. It was trained on synthetic data and tested on real one. Neural net shows very reliable results on regularly shaped even sized cells. The code for neural net and syhthetic data generating is taken from this repo: https://github.com/NeuroSYS-pl/objects_counting_dmap.

If you want to use pretrained models yourself, you can take it from my repo: cell_FCRN_A.pth and cell_UNet.pth - Pytorch saved models.