CoolFace
Apppublic

saidimn/ids-backend

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

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

MethodRouteDescription
GET/Health check
GET/healthServer status
POST/predictRun inference

Usage

bash
curl -X POST https://saidimn-ids-backend.hf.space/predict \
  -H "Content-Type: application/json" \
  -d '{"features": [0.1, 0.2, ...]}'