Samarthrr commited on
Commit
ba08842
·
verified ·
1 Parent(s): 76e3fab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -10
README.md CHANGED
@@ -1,17 +1,28 @@
1
  ---
2
- title: Revcode AI Engine
3
  emoji: 🛡️
4
- colorFrom: purple
5
- colorTo: blue
6
  sdk: docker
7
  app_port: 7860
8
- pinned: false
9
  ---
10
 
11
- # Revcode AI Intelligence Stack
12
- This Space hosts the 3-model AI Orchestrator for the Revcode AI platform.
13
 
14
- ## Models Included:
15
- 1. **The Fixer**: CodeT5+ 220M
16
- 2. **The Guardian**: DistilBERT Security Classifier
17
- 3. **The Architect**: AST Guardrails & HITL System
 
 
 
 
 
 
 
 
 
 
 
 
 
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.