Giter VIP home page Giter VIP logo

dicom-uploader's Introduction

Dicom Uploader

A simple web application for uploading and viewing Dicom files.

The Python code is written against and only tested with Python 3.4. It may work with other Python 3.x versions but it will likely not work with 2.x as it's uses some APIs that changed in the upgrade.

On the frontend side we're using React.js + vanilla JS for everything else. jQuery could have been used for XHR but since we weren't taking advantage of jQuery's main use-case of DOM manipulation I figured I'd save the extra library overhead.

Setup

Before running any of the Makefile jobs, you'll want to get your environment set up. This should be as simple as running the following command:

./bootstrap

Running the server

Run the following:

make run

Then navigate your browser to http://localhost:5000/

Testing and linting

make tests # Run the test suite
make lint  # Run flake8 to lint the code

Notes

Dicom files were tested from a number of places, but the bulk came from the following sites:

I noticed that there were definitely some differences in the file format. I tried to handle different cases and unhandled files but there may be some cases that are not covered.

dicom-uploader's People

Contributors

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