Skip to content

MedCATTrainer 1.0.0 Release

Compare
Choose a tag to compare
@tomolopolis tomolopolis released this 13 Mar 14:00
· 789 commits to master since this release

Major release of MedCATTrainer since the 0.1 prototype release.

The entire app has been rewritten, to support:

  • A user permission model, annotors
  • Datasets and project models allow for simultaneous annotation projects with multiple distinct users to be permissioned correctly with one shared deployment.
  • New meta task and configurable value models.
  • Entirely new UI with NHS style theme / colours.
  • Synonyms for concepts can be searched within a CDB and added directly to the document.
  • ReSTful API for all functions the UI performs
    • Bulk creating datasets, projects, users can be performed from an http client.
  • Downloading of multiple projects worth of annotations is now possible.
  • Infra improvements include dockerization with nginx to front the django web server.