S-Dreamer commited on
Commit
71a9956
·
verified ·
1 Parent(s): 0c35b14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -12,9 +12,17 @@ short_description: Streamlit template space
12
  license: apache-2.0
13
  ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
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