File size: 640 Bytes
2f52f17 c7fee48 2f52f17 c7fee48 2f52f17 c7fee48 2f52f17 71a9956 2f52f17 71a9956 2f52f17 71a9956 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
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 |