ai-nids-backend / README.md
CodebaseAi's picture
Fixed5
01f4084
---
title: AI NIDS Backend
emoji: ๐Ÿ›ก๏ธ
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---
# ๐Ÿ›ก๏ธ Adaptive AI Network Intrusion Detection System (NIDS)
This repository contains the backend API for the AI-NIDS project, deployed as a Dockerized container.
## ๐Ÿš€ Deployment Features
- **Real-time Monitoring**: Flask-SocketIO with `eventlet`.
- **Cloud-Ready**: Automatic sniffer bypass for Hugging Face environments.
- **AI Integration**: Threat analysis via Groq Llma.
## ๐Ÿ”’ Required Secrets
Add these in **Settings > Variables and Secrets**:
- `GROQ_API_KEY`
- `MAIL_USERNAME`
- `MAIL_PASSWORD`