Spaces:
Runtime error
Runtime error
File size: 848 Bytes
1ac28b0 417ac9a 1ac28b0 0604028 417ac9a 1ac28b0 417ac9a 7b82ab9 0604028 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
title: Prompt Injection Detection Benchmark
emoji: 📝
colorFrom: yellow
colorTo: gray
sdk: gradio
sdk_version: 4.19.1
pinned: true
license: apache-2.0
---
Simple app to benchmark popular prompt injection detection APIs.
## Requirements
1. Clone the repo
2. Install dependencies (preferably in a virtual environment)
```sh
pip install -r requirements.txt
```
3. Start the app:
```sh
gradio app.py
```
## Supported providers
- HuggingFace models
- [Lakera](https://lakera.ai/)
- [Automorphic](https://automorphic.ai/)
- [Rebuff](https://rebuff.ai/)
- [Azure Content Safety AI](https://learn.microsoft.com/en-us/azure/ai-services/content-safety/studio-quickstart)
- [AWS Bedrock Guardrails](https://aws.amazon.com/bedrock/guardrails/) (coming soon)
- [AWS Comprehend](https://docs.aws.amazon.com/comprehend/latest/dg/trust-safety.html)
|