Tuathe commited on
Commit
61223a2
Β·
verified Β·
1 Parent(s): b4f16a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # LLMGuard – Prompt Injection Detection
2
 
3
  This Streamlit app detects prompt injection attempts in real-time using a fine-tuned Flan-T5 model hosted on Hugging Face.
 
1
+ ---
2
+ title: "LLMGuard – Prompt Injection + Moderation Toolkit"
3
+ emoji: πŸ›‘οΈ
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ sdk_version: 1.32.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+ # πŸ›‘οΈ LLMGuard – Prompt Injection + Moderation Toolkit
14
+
15
+ LLMGuard is a real-time LLM security and moderation toolkit designed to:
16
+ - Detect and block prompt injection attacks
17
+ - Moderate harmful, unsafe, or policy-violating content
18
+ - Log moderation events for auditing
19
+
20
+ **Features:**
21
+ - πŸ” Prompt Injection Detection
22
+ - ⚠️ Harmful Content Moderation
23
+ - πŸ—‚ Moderation History Panel
24
+ - 🌐 Deployable via Docker / Hugging Face Spaces / Streamlit Cloud
25
+
26
+ ## πŸš€ How to run locally
27
+
28
+ ```bash
29
+ pip install -r requirements.txt
30
+ streamlit run app.py
31
+
32
+
33
  # LLMGuard – Prompt Injection Detection
34
 
35
  This Streamlit app detects prompt injection attempts in real-time using a fine-tuned Flan-T5 model hosted on Hugging Face.