RichKMLS / leukoRight

A web app that uses a custom-built Keras model to recognize and classify white blood cells from microscopic images. It can distinguish between different types of WBCs and identify artifacts and bursted cells. I created this app as a way to explore image recognition technologies and to learn how to develop Keras models from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


leukoRight logo

leukoRight

Your personal WBC expert!


LeukoRight is a trained Keras model and web app that has been trained to recognize white blood cells with ease! It can differentiate between 8 types of WBCs and can also differentiate artifacts and bursted cells. You can drag images of stained white blood cells into the app and after clicking submit, LeukoRight will immediately tell you which WBC it is!


leukoRight web example



The model

the leukoRight model has been trained to differentiate the following WBC types.

  • Neutrophil
  • Band Neutrophil
  • Lymphocyte
  • Large (activated) lymphocyte
  • Monocyte
  • Basophil
  • Eosinophil
  • Metamyelocyte

It is also trained to differentiate Artifacts and Bursted Cells.



.h5 file instructions


The leukoRight model tar file can be found in /models. However, please note that this model is not intended to be used in a real healthcare setting. The file is very large (~32mb) and is split into 2 different parts: partaa and partab. To combine these files into a single tar file use the following command:

cat leukoright_model.tar.gz.parta* >leukoright.tar.gz.joined


License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

A web app that uses a custom-built Keras model to recognize and classify white blood cells from microscopic images. It can distinguish between different types of WBCs and identify artifacts and bursted cells. I created this app as a way to explore image recognition technologies and to learn how to develop Keras models from scratch.

License:GNU General Public License v3.0


Languages

Language:Python 52.6%Language:JavaScript 16.5%Language:CSS 16.0%Language:HTML 14.9%