Giter Club home page Giter Club logo

crc-diagnosis-app's Introduction

Colorectal Cancer Diagnosis App

This Flask-React app can be used to diagnose colorectal cancer from histopathology images. It implements the following convolutional neural networks to return a tissue classification that is summarised as cancerous or non-cancerous:

  • VGG16 trained from scratch
  • VGG16 pre-trained
  • ResNet50 trained from scratch
  • ResNet50 pre-trained
  • InceptionV3 trained from scratch
  • InceptionV3 pre-trained

Setup and installation

To get started, you will need to have the following tools installed on your machine:

Once you have those tools installed, you can clone the repository to your local machine using the following command:

git clone https://github.com/your-username/crc-diagnosis-app.git

Next, navigate to the cloned repository directory and install the necessary dependencies by running the following commands:

pip install -r requirements.txt
cd frontend
npm install

Usage

To start the app, you can use the following command:

npm run start:server-dev

This will start both the front-end and back-end servers, and you should see the app running at http://localhost:3000 in your browser.

Models

Note that in order for the classifier component to work correctly, you will also need to download the model files from this SharePoint link. Once you have downloaded the models, you should add the paths to the address_lookup dictionary in crc-diagnosis-app/backend/classifier.py.

Precautions

As this is a medical application that deals with potentially sensitive data, it is important to take appropriate precautions when using it. Here are some general guidelines to follow:

  • Do not use the application to diagnose medical conditions without consulting a qualified medical professional.
  • Do not upload any images containing personally identifiable information.

crc-diagnosis-app's People

Contributors

phoebe2199 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.