The Medifor UI is a user interface for the DARPA MediFor program. The Medifor UI is designed to run as a standalone microservice within the Medifor System.
This repo provides the source code for the user interface and instructions to stand up the Medifor System locally.
Please see the Medifor-How-To to get an overview of how the Medifor System works.
Additionally, you can view our press release here for a high level overview.
- Web-based user interface
- Built in image and video playback
- Sorting (media and results)
- Multi-threaded uploading
- Pan, Zoom, and Rotation
- Metadata extraction
- Report generation
- Filtering
- Tagging
- Export
- More...
The code base has several distinct components: a Javascript based monorepo for client and server code, an Ansible repo for managing configuration files, and docker-compose files for locally deploying the Medifor System.
Please visit the following links for information on how to:
- Setup Development Environment
- Run the UI from Source
- Run the UI from Docker Container
- Work with Ansible
Please reach out to [email protected] if you need assistance.