Spaces:
Sleeping
Sleeping
vriddhi saini commited on
Commit ·
40539fa
1
Parent(s): 94e6c1f
Fix: Set correct Gradio version and rename requirements
Browse files- README.md +3 -7
- requirements_mlops.txt → requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,12 +4,8 @@ emoji: 🤖
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: "4.
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
# Multi-Agent Research Verification Platform
|
| 13 |
-
|
| 14 |
-
A multi-agent system that verifies research claims using four AI agents: Proposer, Opposer, Critic, and Synthesizer.
|
| 15 |
-
Built with Gradio, Mistral AI API, FAISS RAG, and full MLOps tooling (DVC, MLflow, Prometheus).
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.31.5"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements_mlops.txt → requirements.txt
RENAMED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
mistralai>=0.1.0
|
| 3 |
sentence-transformers>=2.2.0
|
| 4 |
faiss-cpu>=1.7.4
|
|
|
|
| 1 |
+
gradio==4.31.5
|
| 2 |
mistralai>=0.1.0
|
| 3 |
sentence-transformers>=2.2.0
|
| 4 |
faiss-cpu>=1.7.4
|