saidimn/ids-backend
0
IDS Backend — Flask + PyTorch
Network Intrusion Detection System API deployed on Hugging Face Spaces.
- Model: CNN trained on CICIDS2017 (
saidimn/ids-cnn-cicids2017) - Framework: Flask + PyTorch
- Port: 7860
Endpoints
Usage
curl -X POST https://saidimn-ids-backend.hf.space/predict \
-H "Content-Type: application/json" \
-d '{"features": [0.1, 0.2, ...]}'