Commit ·
a555029
1
Parent(s): d9305b4
Fix emoji in README
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: ThreatHunter
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
|
@@ -12,7 +12,7 @@ short_description: AI Security Intelligence on AMD MI300X
|
|
| 12 |
|
| 13 |
# ThreatHunter
|
| 14 |
|
| 15 |
-
AI Multi-Agent Security Intelligence Platform powered by
|
| 16 |
|
| 17 |
## Features
|
| 18 |
|
|
@@ -24,7 +24,7 @@ AI Multi-Agent Security Intelligence Platform powered by **AMD Instinct MI300X**
|
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
|
| 27 |
-
1. Enter package names (e.g.
|
| 28 |
2. Click Scan
|
| 29 |
3. Watch the multi-agent pipeline analyze vulnerabilities in real-time
|
| 30 |
|
|
@@ -32,4 +32,4 @@ AI Multi-Agent Security Intelligence Platform powered by **AMD Instinct MI300X**
|
|
| 32 |
|
| 33 |
- GPU: AMD Instinct MI300X (192GB HBM3)
|
| 34 |
- Model: Qwen/Qwen2.5-32B-Instruct via ROCm vLLM
|
| 35 |
-
- Framework: CrewAI + LiteLLM + FastAPI
|
|
|
|
| 1 |
---
|
| 2 |
title: ThreatHunter
|
| 3 |
+
emoji: 🛡
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
|
|
|
| 12 |
|
| 13 |
# ThreatHunter
|
| 14 |
|
| 15 |
+
AI Multi-Agent Security Intelligence Platform powered by AMD Instinct MI300X + Qwen2.5-32B-Instruct
|
| 16 |
|
| 17 |
## Features
|
| 18 |
|
|
|
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
|
| 27 |
+
1. Enter package names (e.g. Django 4.2, Redis 7.0) or drag a .py file
|
| 28 |
2. Click Scan
|
| 29 |
3. Watch the multi-agent pipeline analyze vulnerabilities in real-time
|
| 30 |
|
|
|
|
| 32 |
|
| 33 |
- GPU: AMD Instinct MI300X (192GB HBM3)
|
| 34 |
- Model: Qwen/Qwen2.5-32B-Instruct via ROCm vLLM
|
| 35 |
+
- Framework: CrewAI + LiteLLM + FastAPI
|