Documentation

Getting started

Install the runtime, configure one model, and create a private paper workspace.

Requirements

Install and run are separate.install.sh prepares host packages, the virtual environment, SearXNG, and the MinerU image. start.sh only starts an already prepared installation.

Installation

git clone https://github.com/Sata-moto/CCIIP_Scope.git
cd CCIIP_Scope
./install.sh

The guided installer reports each prerequisite and asks before host-level changes. It respects the Docker registry configuration already present on the machine.

Start the application

./start.sh

The default application address is http://127.0.0.1:8010. SearXNG starts with CciipScope. MinerU starts only while a PDF is being parsed and is stopped immediately afterward.

Configure a model

Copy the example environment file if the installer did not create one, then add a credential:

cp .env.example .env
MINIMAX_API_KEY=your_key_here

Additional models can be registered from a completed workspace or directly in .env using the CCIIPSCOPE_MODEL_<NAME>_* variables described in the configuration reference.

Create the first project

  1. Open the submission page.
  2. Select a PDF or LaTeX ZIP archive.
  3. For a LaTeX archive, explicitly select the main .tex file.
  4. Select the target conference.
  5. Create the project and store the generated ppr_... access token.
  6. Open the workspace and follow the analysis progress.

The token is the only credential for that workspace and is shown in full only once.

Expected stages

Parsing paper
Building research landscape
Checking mechanical compliance
Analyzing methodology
Checking macro logic and consistency
Deliberating the full review
Analyzing manuscript sections
Building the revision checklist

Stop the application

Press Ctrl+C in the launcher terminal. The launcher closes the supporting services it started. Projects remain available until they are deleted manually or reach the configured retention limit.