Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,17 @@ short_description: Streamlit template space
|
|
12 |
license: apache-2.0
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
license: apache-2.0
|
13 |
---
|
14 |
|
15 |
+
# 🧠 AI Recon Visualizer
|
16 |
|
17 |
+
This project is an AI-powered reconnaissance simulation tool built with Streamlit, Altair, and Hugging Face transformers.
|
18 |
|
19 |
+
### Features
|
20 |
+
- Interactive spiral visualization simulating discovered network endpoints
|
21 |
+
- Multithreaded scanning logic (simulated)
|
22 |
+
- AI-based summary of technical insights using `distilbart-cnn-12-6`
|
23 |
+
|
24 |
+
### Usage
|
25 |
+
To run locally:
|
26 |
+
```bash
|
27 |
+
pip install -r requirements.txt
|
28 |
+
streamlit run src/streamlit_app.py
|