Skip to content

Uses machine learning to detect Ulcerative Colitis severity in colonoscopy images

Notifications You must be signed in to change notification settings

c-barron/ulcerative-colitis-ml

Repository files navigation

Machine Learning to Detect UC Severity

Uses Turi Create Image Classification to categorize the severity of ulcerative colitis from endoscopic images.

Disclaimer

This is for educational uses only!

Installation

Set up a virtual environment, install Turi Create, then navigate to the folder and run

  jupyter notebook

There are 3 notebooks:

  1. Dataset To Json - converts raw dataset (link in notebook) into a format Turi can work with.
  2. Json To Sframe - loads the dataset into an SFrame. This allows you to delete the original dataset images, since the SFrame contains all images and training data.
  3. UC Detector - Trains the model and evaluates performance.

License

MIT

About

Uses machine learning to detect Ulcerative Colitis severity in colonoscopy images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published