CoolFace
Apppublic

AIBSEM2/protocol-detector

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Protocol Contradiction Detector

Detect methodological contradictions across experimental research papers using GenAI.

How to use

  1. 1.Upload 2 or more research paper PDFs
  2. 2.Click Detect Contradictions
  3. 3.Review the ranked contradictions, side-by-side table, and optimal protocol recommendation
  4. 4.Download the full HTML report

Setup

Add your Groq API key as a Space Secret:

  • Go to your Space → Settings → Repository secrets
  • Add a secret named GROQ_API_KEY with your key from console.groq.com

Stack

  • Frontend: React + Vite
  • Backend: FastAPI + Python
  • AI: Groq API (LLaMA 3.3 70B)
  • PDF parsing: pdfplumber