A PyQt5-based desktop application for robot control and management with AI-powered object detection using YOLO-light integration.
TonyPiRobot was created to provide an intuitive and powerful interface for robot control and management. The integration of YOLO-light brings real-time object detection capabilities, enabling robots to understand and interact with their environment more intelligently.
- Modern GUI Interface: Built with PyQt5 for a responsive and intuitive user experience
- YOLO-light Integration: Real-time object detection for enhanced robot perception
- Web Engine Integration: Embedded web browser capabilities for displaying web-based content
- Network Communication: Built-in network support for robot communication and data transfer
- Positioning Services: Location and positioning features for robot navigation
- Cross-platform Ready: Windows executable included, can be built for other platforms
- Real-time Computer Vision: Object detection and tracking for autonomous navigation
- Python 3.7+
- PyQt5 - GUI framework
- Qt5 WebEngine - Embedded web browser
- Qt5 Network - Network communication
- Qt5 Positioning - Location services
- YOLO-light - Lightweight object detection
- OpenCV - Computer vision and image processing
- netifaces - Network interface management
src/
├── main.py # Main application entry point
├── gui/
│ ├── main_window.py # Primary GUI interface
│ ├── control_panel.py # Robot control widgets
│ └── detection_view.py # YOLO detection visualization
├── vision/
│ ├── yolo_detector.py # YOLO-light integration
│ └── camera_handler.py # Camera interface
├── network/
│ ├── robot_client.py # Robot communication
│ └── discovery.py # Network discovery
└── positioning/
└── gps_handler.py # Location services
- Download the latest release from the releases page
- Extract the
mainfolder - Run
main.exefrom the extracted folder
# Clone the repository
git clone https://github.com/yourusername/TonyPiRobot.git
cd TonyPiRobot
# Install dependencies
pip install PyQt5
pip install netifaces
pip install opencv-python
pip install numpy
pip install torch
pip install torchvision
# Run the application
python main.pyLaunch the application to access the robot control interface with integrated YOLO-light object detection. The application provides:
- Robot Control Panel: Direct control of robot movements and actions
- Detection View: Real-time object detection visualization
- Network Dashboard: Monitor and manage robot connections
- Position Tracking: GPS and location-based navigation
Planned features and future improvements:
- Linux and macOS builds
- Enhanced YOLO models for better accuracy
- Real-time sensor data visualization
- Remote control capabilities via web interface
- Configuration management system
- Logging and debugging tools
- Multi-robot swarm control
- Advanced path planning algorithms
See the open issues for a full list of proposed features (and known issues).
Personal Contact: https://www.freyazou.com/contact/
- PyQt5 - Python bindings for Qt5
- Qt Framework - Cross-platform application framework
- YOLO - Object detection framework
- OpenCV - Computer vision library
- Shields.io - Badge generation
- Choose an Open Source License - License guidance

