Hitan2004 commited on
Commit
1d3ec84
Β·
verified Β·
1 Parent(s): a97b4d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -12
README.md CHANGED
@@ -1,20 +1,50 @@
1
  ---
2
- title: Agentic RAG UI
3
- emoji: 🎨
4
- colorFrom: pink
5
  colorTo: blue
6
- sdk: static
 
7
  pinned: false
8
  ---
9
 
10
- # 🎨 Agentic RAG UI
11
 
12
- Frontend interface for interacting with the Agentic RAG backend.
 
13
 
14
- ## Features
15
- - Clean UI for asking questions
16
- - Displays answers with sources
17
- - Connects to backend API
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- ## Usage
20
- Enter your query and view AI-generated responses.
 
 
1
  ---
2
+ title: SentinelNet - Intrusion Detection
3
+ emoji: πŸ›‘οΈ
4
+ colorFrom: red
5
  colorTo: blue
6
+ sdk: docker
7
+ app_file: app.py
8
  pinned: false
9
  ---
10
 
11
+ # πŸ›‘οΈ SentinelNet β€” AI-Powered Intrusion Detection System
12
 
13
+ A real-time network intrusion detection system powered by Machine Learning.
14
+ Detects multiple categories of cyber attacks using a trained Random Forest model on the NSL-KDD dataset.
15
 
16
+ ---
17
+
18
+ ## πŸš€ Features
19
+
20
+ - πŸ” Detects 5 types of network traffic:
21
+ - Normal
22
+ - DoS (Denial of Service)
23
+ - Probe
24
+ - R2L (Remote to Local)
25
+ - U2R (User to Root)
26
+
27
+ - ⚑ Real-time prediction via API
28
+ - πŸ“Š Batch CSV analysis support
29
+ - 🧠 Feature engineering + preprocessing pipeline
30
+ - 🌐 Interactive frontend dashboard
31
+ - 🐳 Dockerized deployment
32
+ - πŸ”„ CI/CD with GitHub Actions
33
+
34
+ ---
35
+
36
+ ## 🧠 Tech Stack
37
+
38
+ - **Backend:** Flask
39
+ - **ML Model:** Random Forest (scikit-learn)
40
+ - **Data Processing:** Pandas, NumPy
41
+ - **Deployment:** Hugging Face Spaces (Docker)
42
+ - **CI/CD:** GitHub Actions
43
+
44
+ ---
45
+
46
+ ## πŸ“‘ API Endpoints
47
 
48
+ ### Health Check
49
+ ```bash
50
+ GET /health