Update README.md

This commit is contained in:
Boroumand, Amir A 2024-04-22 15:17:02 -04:00
parent e5f4685c73
commit 8d51fbb59c

View File

@ -15,6 +15,14 @@ A fast reliable API for detecting NSFW images.
docker run -p 8000:8000 codebyamir/safe-content-ai:latest
```
Test using curl
```bash
curl -X POST "http://127.0.0.1:8000/api/v1/detect" \
-H "Content-Type: multipart/form-data" \
-F "file=@/path/to/your/image.jpeg"
```
## Getting Started
### Prerequisites