Coder Social home page Coder Social logo

bme590_melanoma_detection's Introduction

bme590_melanoma_detection

This is the starter repository for BME590 Medical Software Design final projects for Fall 2017. This repository contains:

  • Starter code and docker compose configuration to run a basic Flask webserver. A get_prediction module has been written to allow you to get predictions from the included melanoma classification model.
  • Weights for a basic retrained version of inception net for classifying melanoma images. You too can retrain inception net on images by following this Google codelab. This will yield you new graph weights in a .pb file.

Getting Started

An example call to the get_prediction module to fetch a melanoma classification for an input (?, ?, 3) numpy.ndarray can be seen in the iPython notebook here. A basic Flask web server is written in main.py to get you started. To run this project, run docker-compose up from the root of the repository. This will start up the web service in main.py serving on port :8080. You can then edit the files in the repository, and the Flask web server will automatically reload as you make changes during development. If you want to interact with the project in an interactive iPython notebook, you should be able to click on the provided link that should appear when you run docker-compose up.

If you need to add any dependencies to your project, add them as a RUN pip install ... command in the Dockerfile. This is the file that is run whenever your image is compiled.

To compile all containers from scratch (needed whenever the Dockerfile is changed), run docker-compose up --build.

bme590_melanoma_detection's People

Contributors

suyashkumar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.