mirror of
https://github.com/steelcityamir/safe-content-ai.git
synced 2024-11-20 11:18:11 +03:00
Update README.md
This commit is contained in:
parent
e5f4685c73
commit
8d51fbb59c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user