|
--- |
|
title: Ai Recon |
|
emoji: π |
|
colorFrom: red |
|
colorTo: red |
|
sdk: docker |
|
app_port: 8501 |
|
tags: |
|
- streamlit |
|
pinned: false |
|
short_description: Streamlit template space |
|
license: apache-2.0 |
|
--- |
|
|
|
# π§ AI Recon Visualizer |
|
|
|
This project is an AI-powered reconnaissance simulation tool built with Streamlit, Altair, and Hugging Face transformers. |
|
|
|
### Features |
|
- Interactive spiral visualization simulating discovered network endpoints |
|
- Multithreaded scanning logic (simulated) |
|
- AI-based summary of technical insights using `distilbart-cnn-12-6` |
|
|
|
### Usage |
|
To run locally: |
|
```bash |
|
pip install -r requirements.txt |
|
streamlit run src/streamlit_app.py |