File size: 401 Bytes
b4f16a5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# LLMGuard – Prompt Injection Detection
This Streamlit app detects prompt injection attempts in real-time using a fine-tuned Flan-T5 model hosted on Hugging Face.
## Features
- Detects malicious prompt injections
- Confidence scoring
- Moderation history panel
- Streamlit-based UI
- Powered by `Tuathe/llmguard-injection-model`
## Tech Stack
- Hugging Face Transformers
- PyTorch
- Streamlit
|