We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef8f6d commit 14a9655Copy full SHA for 14a9655
README.md
@@ -39,8 +39,8 @@ DeepSafe orchestrates a fleet of specialized detectors via a central API gateway
39
```mermaid
40
graph TD
41
Client[Web Client / User] --> Nginx[Nginx / Frontend]
42
- Nginx --> API[DeepSafe API (FastAPI)]
43
- API --> Meta[Meta-Learner / Ensemble]
+ Nginx --> API[DeepSafe API FastAPI]
+ API --> Meta[Meta-Learner Ensemble]
44
45
subgraph "Image Detectors"
46
Meta --> NPR[NPR Deepfake]
0 commit comments