⬇️ Download
Distribution | Format | Source |
---|---|---|
Ubuntu,kali,Debian,Udroid | Deb | Download Deep Action Experimental v1.0 alpha |
Developer | clone | git clone https://github.com/Exploit0xfffff/PenetrationApp |
sudo dpkg -i Deep-Actions-Experimental.deb
sudo apt --fix-broken install
sudo apt remove deep-actions-experimental
🔨🔨 Developers🔨🔨
git clone https://github.com/Exploit0xfffff/Deep-Actions-Experimental
cd Deep-Actions-Experimental
pip install -r requirements.txt
sudo apt-get install python3-gi python3-gi-cairo gir1.2-gtk-3.0
cd main/
python3 main.py
The system now supports two powerful object detection models with enhanced performance:
- Faster R-CNN: Traditional model with ResNet50 backbone
- Average FPS: 0.40 on CPU
- Best for high-accuracy detection
- Optimized for detailed analysis
- YOLO: Real-time object detection
- Average FPS: 5.13 on CPU
- Optimized for speed and real-time processing
- Efficient resource utilization
- Added YOLO model integration
- Implemented model switching capability
- Enhanced CPU optimization
- Improved hardware detection
- Added comprehensive documentation
- Updated GTK UI with model selection
- Added performance monitoring
- Automatic hardware detection and optimization
- CPU-specific performance enhancements
- Real-time FPS counter and metrics
- Dynamic resource allocation
- Optimized batch processing
- YOLO Performance:
- CPU: 5.13 FPS average
- Inference time: 0.195s
- Faster R-CNN Performance:
- CPU: 0.40 FPS average
- Inference time: 2.527s
ui ->
Image Capture before ->
Image Capture after ->
Video Capture before ->
video.mp4
Video Capture after ->
https://drive.google.com/file/d/181Gdxq9ruSSTRAvR18yt7yFdWgrPmN_9/view?usp=sharing
live capture ->
Current improvements:
- Enhanced object detection pipeline
- Multi-model support (YOLO + Faster R-CNN)
- Improved CPU optimization
- Updated GTK UI with model selection
- Comprehensive documentation
Future plans:
- Integration of Google Maps and Google Lens
- Mobile application development
- Further YOLO optimization
- Enhanced real-time capabilities
- Advanced hardware optimization
Please note that this project now includes both traditional and modern AI approaches, combining GTK (Graphical User Interface Toolkit), OpenCV (Open Source Computer Vision Library), the COCO (Common Objects in Context) dataset, and multiple detection models (R-CNN and YOLO) connected to both CPU and GPU. The UI has been updated with model selection capabilities, and the latest modules have been incorporated into the project.
- Faster R-CNN: Better for detailed analysis and high accuracy requirements
- YOLO: Optimized for real-time detection and faster processing
- Both models utilize the COCO dataset for consistent object detection capabilities
- Python 3.10 or higher
- GTK 3.0
- OpenCV
- PyTorch 2.2.0+
- CUDA (optional for GPU support)
The codebase now includes comprehensive comments and documentation:
- Detailed implementation explanations
- Step-by-step guides
- Performance optimization tips
- Hardware configuration guides
Feel free to explore the project and provide any feedback or suggestions. Contributions are always welcome!