Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garrrikkotua/cellule
- Owner: garrrikkotua
- Created: 2020-04-11T12:00:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:50:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T07:19:01.073Z (over 1 year ago)
- Topics: cell-counting, flask, python, pytorch
- Language: HTML
- Homepage: https://www.cellule.ru
- Size: 16.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.