Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title: Revcode AI Engine
|
| 3 |
emoji: 🛡️
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
-
pinned:
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Revcode AI
|
| 12 |
-
This Space hosts the 3-model AI Orchestrator for the Revcode AI platform.
|
| 13 |
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Revcode AI Precision Engine
|
| 3 |
emoji: 🛡️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
+
pinned: true
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Revcode AI ULTRA Precision Engine 🛡️
|
|
|
|
| 12 |
|
| 13 |
+
This service power the high-confidence security analysis and surgical code repairs for the Revcode platform.
|
| 14 |
+
|
| 15 |
+
## 🚀 Key Technologies
|
| 16 |
+
1. **The Brain (CodeBERT-Devign)**: A SOTA transformer model fine-tuned on the Devign dataset for 85%+ precision in vulnerability detection.
|
| 17 |
+
2. **The Surgeon (CodeT5+ 220M)**: Generative re-writer optimized for **Surgical Fixes** (minimal diffs, maximum security).
|
| 18 |
+
3. **The Watchman (Structural AST Scanner)**: A rule-based pattern engine that catches high-impact threats (Command Injection, Insecure Deserialization) with zero latency.
|
| 19 |
+
4. **Auto-Train Pipeline**: Built-in active learning loop that allows the engine to fine-tune itself on local feedback data (`feedback_dataset.csv`) or Devign/SATE benchmarks.
|
| 20 |
+
|
| 21 |
+
## 🛠️ API Interface
|
| 22 |
+
- `POST /analyze`: High-precision security audit.
|
| 23 |
+
- `POST /fix`: Minimal-change vulnerability remediation.
|
| 24 |
+
- `POST /train`: Background active learning cycle.
|
| 25 |
+
- `POST /feedback`: Human-in-the-loop data collection.
|
| 26 |
+
|
| 27 |
+
## 📦 Deployment
|
| 28 |
+
Deployed via Docker on Hugging Face Spaces. Optimized for high-concurrency precision auditing.
|