Spaces:
Sleeping
Sleeping
metadata
title: Peer Reviewer
colorFrom: gray
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
Peer Reviewer
Paste an abstract, full paper, or upload a PDF. The app extracts the text and gives back a skeptical quick read:
CLAIMKEY NUMBERASSUMPTIONGAPCITE CHECK
Deploy on Hugging Face Spaces
- Create a new Space on Hugging Face.
- Choose
Dockeras the Space SDK. - Upload or push these files to the Space repository.
- In the Space
Settingstab, add a secret namedGEMINI_API_KEY. - Optionally add
GEMINI_MODELif you want to override the defaultgemini-2.5-flash. - Wait for the Space to build and start.
The app listens on PORT, and the included Dockerfile is already configured for Hugging Face Spaces.
Local Run
npm start
Then open http://127.0.0.1:3000.