DocMaster is a unified platform designed for annotating PDF documents, model training, and inference, tailored for document question-answering. Importantly, as annotations, training, and inference occur on-device, it also safeguards privacy. The platform has been instrumental in driving several research prototypes concerning document analysis such as the AI assistant utilized by University of California San Diego’s (UCSD) International Services and Engagement Office (ISEO).
The simplest method to deploy DocMaster is to clone this repo and use the provided Docker Compose file.
-
First, clone this repo.
git clone git@github.com:alextongdo/doc-master.git
-
Install Docker.
https://docs.docker.com/get-docker/
-
Navigate to where you have cloned the Github repo and use the Docker Hub Compose file.
docker compose up