medtagger / MedTagger

A collaborative framework for annotating medical datasets using crowdsourcing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MedTagger

MedTagger is a collaborative framework for annotating medical datasets.

Main goal of this project was to design and develop software environment, which helps in aggregation and labeling huge datasets of medical scans, powered by idea of crowdsourcing. Platform also provides mechanism for label validation, thus making produced datasets of labels more reliable for the future use.

MedTagger is still under heavy development, so please keep in mind that many things may change or new versions may not be fully backward compatible. Contact with us directly in case you want to use our work :)

Documentation for the MedTagger can be found here.

Build Status License

Our technology stack

MedTagger setup

MedTagger consists of two main parts:

  • frontend - User Interface application written in TypeScript & Angular (more),
  • backend - system's architecture and API written in Python (more).

Development

To set up MedTagger locally you can use Vagrant virtual machine:

$ vagrant up

Then follow up with our documentation. Default development account is:

  • email: admin@medtagger,
  • password: medtagger.

Docker environment

MedTagger can be set up easily with Docker-Compose:

$ docker-compose up

More about setting up environment with Docker-Compose can be found here.

Data Analysis with Jupyter Notebook

Together with Docker-Compose setup, you can use Jupyter Notebook server to easily analyse collected annotations. Here you can find some examples that shows how to do so.

More information about setting up local Jupyter Notebook session can be found here.

User Interface

Below screenshots show how MedTagger looks like:

Login Page

Login Page

Home Page

Home Page

Labeling Page

Labeling Page Labeling Page Labeling Page

About

A collaborative framework for annotating medical datasets using crowdsourcing.

License:Apache License 2.0


Languages

Language:Python 51.2%Language:TypeScript 30.8%Language:HTML 8.0%Language:SCSS 3.9%Language:JavaScript 2.3%Language:Makefile 1.5%Language:HCL 1.1%Language:Shell 1.0%Language:Dockerfile 0.2%Language:Smarty 0.1%Language:Mako 0.1%