Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,33 +1,33 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Protocol Contradiction Detector
|
| 3 |
-
emoji: 🔬
|
| 4 |
-
colorFrom: purple
|
| 5 |
-
colorTo: indigo
|
| 6 |
-
sdk: docker
|
| 7 |
-
app_port: 7860
|
| 8 |
-
pinned: false
|
| 9 |
-
---
|
| 10 |
-
|
| 11 |
-
# Protocol Contradiction Detector
|
| 12 |
-
|
| 13 |
-
Detect methodological contradictions across experimental research papers using GenAI.
|
| 14 |
-
|
| 15 |
-
## How to use
|
| 16 |
-
|
| 17 |
-
1. Upload 2 or more research paper PDFs
|
| 18 |
-
2. Click **Detect Contradictions**
|
| 19 |
-
3. Review the ranked contradictions, side-by-side table, and optimal protocol recommendation
|
| 20 |
-
4. Download the full HTML report
|
| 21 |
-
|
| 22 |
-
## Setup
|
| 23 |
-
|
| 24 |
-
Add your Groq API key as a **Space Secret**:
|
| 25 |
-
- Go to your Space → Settings → Repository secrets
|
| 26 |
-
- Add a secret named `GROQ_API_KEY` with your key from [console.groq.com](https://console.groq.com)
|
| 27 |
-
|
| 28 |
-
## Stack
|
| 29 |
-
|
| 30 |
-
- **Frontend**: React + Vite
|
| 31 |
-
- **Backend**: FastAPI + Python
|
| 32 |
-
- **AI**: Groq API (LLaMA 3.3 70B)
|
| 33 |
-
- **PDF parsing**: pdfplumber
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ContraGenAI - A Protocol Contradiction Detector
|
| 3 |
+
emoji: 🔬
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Protocol Contradiction Detector
|
| 12 |
+
|
| 13 |
+
Detect methodological contradictions across experimental research papers using GenAI.
|
| 14 |
+
|
| 15 |
+
## How to use
|
| 16 |
+
|
| 17 |
+
1. Upload 2 or more research paper PDFs
|
| 18 |
+
2. Click **Detect Contradictions**
|
| 19 |
+
3. Review the ranked contradictions, side-by-side table, and optimal protocol recommendation
|
| 20 |
+
4. Download the full HTML report
|
| 21 |
+
|
| 22 |
+
## Setup
|
| 23 |
+
|
| 24 |
+
Add your Groq API key as a **Space Secret**:
|
| 25 |
+
- Go to your Space → Settings → Repository secrets
|
| 26 |
+
- Add a secret named `GROQ_API_KEY` with your key from [console.groq.com](https://console.groq.com)
|
| 27 |
+
|
| 28 |
+
## Stack
|
| 29 |
+
|
| 30 |
+
- **Frontend**: React + Vite
|
| 31 |
+
- **Backend**: FastAPI + Python
|
| 32 |
+
- **AI**: Groq API (LLaMA 3.3 70B)
|
| 33 |
+
- **PDF parsing**: pdfplumber
|