Spaces:
Sleeping
Sleeping
Apurv commited on
Commit ·
d5b38c7
1
Parent(s): b8630cb
Update Space configuration and metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AegisAI Threat Detector
|
| 3 |
+
emoji: 🛡️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.x
|
| 8 |
+
python_version: 3.9
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# 🛡️ AegisAI: Advanced Cyber Threat Detection
|
| 14 |
+
|
| 15 |
+
This is the AI backend for the AegisAI system, built for the Hackathon. It utilizes a multi-agent system to analyze emails and URLs for phishing, spam, and prompt injection attempts.
|
| 16 |
+
|
| 17 |
+
## Features:
|
| 18 |
+
- **Expert Forensic Insights**: Explainable AI highlighting specific threat markers.
|
| 19 |
+
- **Multi-Agent Architecture**: Combined heuristic and transformer-based analysis.
|
| 20 |
+
- **Real-time API**: Exposes a JSON endpoint for the Next.js frontend.
|
| 21 |
+
|
| 22 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|