AI-Powered Visual Verification Layer for Aerial Threat Detection
SkySentry AI is a real-time aerial threat verification system designed to bridge the gap between raw radar detection and actionable intelligence.
Traditional radar systems struggle with:
- ❌ False positives (birds, clutter)
- ❌ Lack of classification
- ❌ Alert fatigue
SkySentry introduces a Visual Verification Layer:
Radar Detection → Camera Feed → AI Classification → Threat Decision
Radar Trigger (Simulated)
↓
Camera Feed (Image / Video)
↓
YOLOv10 Model (ONNX Runtime)
↓
Object Classification
↓
Threat Analysis
↓
Command Center UI
-
🎯 Precision Classification Detects drones, birds, and aircraft with confidence scoring
-
⚡ Real-Time Processing Optimized for low-latency inference
-
🧠 AI-Powered Decision Layer Converts detections into actionable threat insights
-
🖥️ Command Center UI Military-style dashboard for monitoring and control
-
🔗 Modular Architecture Easily integrates with radar, EO, or IR systems
- ☕ Spring Boot (Java)
- ONNX Runtime (Model Inference)
- YOLOv10
- PyTorch → ONNX Conversion
- HTML5
- CSS3 (HUD-style UI)
- JavaScript
SkySentry/
│
├── backend-spring/ # Spring Boot backend
├── index.html # Frontend dashboard
├── best.onnx # Model for inference
├── best.pt # Training model (reference)
├── .gitignore
└── README.mdcd backend-spring
mvn clean install
mvn spring-boot:runBackend runs at:
http://localhost:8080
Simply open:
index.htmlin your browser
POST /analyze
Input:
- Image / Base64 Frame
Output:
{
"detections": [
{
"class": "drone",
"confidence": 0.98,
"bbox": [x1, y1, x2, y2]
}
]
}Train Model → best.pt
↓
Convert to ONNX
↓
Deploy best.onnx
- 🛡️ Defense Surveillance
- 🏟️ Stadium Security
- 🏭 Industrial Monitoring
- 🚁 Drone Detection Systems
- ONNX model is required for backend inference
- Ensure correct file path for
best.onnx - Backend must be running before frontend interaction
- Pranjal — Frontend & System Design
- Savyam — Backend & AI Integration
- Aryan — Research & Strategy
- Naitik — Presentation & Design
- Vaibhavi — Data pipeline
Democratizing high-fidelity aerial defense systems using accessible AI and modern architectures.
⭐ If you like this project, consider giving it a star!