KO
|
EN
gitlite — search
Search
#python
#rust
#reactjs
#automation
#projects
#nlp
#machine-learning
#python3
#advent-of-code
#docker
#deep-learning
#cpp
Sys-Health
★ 36
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
scicode-lint
:
AI-powered linter for scientific and research Python code.
YOLO26
:
这是一个基于YOLO26架构的教育版目标检测项目,提供了完整的训练、推理和可视化功能。项目采用模块化设计,便于学习和理解YOLO目标检测算法的核心原理。
ha-wazuh-agent-addon
:
Home Assistant Add-on running Wazuh Agent for shipping HA logs to Wazuh Manager.
vue3-border-beam
:
No description available.
all2api
:
将不同上游服务(目前支持 Cursor 和 Zed)的非标准化 API 接口,统一转换为 OpenAI 或 Anthropic 协议接口。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Sys-Health
?
Download (.md)
# SysHealthPlus Ultimate A comprehensive system health monitoring application built with Python and PyQt6. This application provides real-time monitoring of hardware components, wear tracking, AI-powered analysis, and data visualization. ## Features - **Hardware Monitoring**: Real-time tracking of CPU, GPU, RAM, disk usage, and temperatures - **Wear Tracker**: Monitors component wear and predicts failure points - **AI Analyst**: Intelligent analysis and recommendations based on system data - **Database Storage**: Persistent storage of monitoring data - **Interactive UI**: Modern PyQt6-based interface with graphs and charts ## Requirements - Python 3.8+ - Windows OS (designed for Windows systems) ## Installation 1. Clone the repository: ```bash git clone https://github.com/yourusername/SysHealthPlus-Ultimate.git cd SysHealthPlus-Ultimate ``` 2. Create a virtual environment: ```bash python -m venv syshealth_env ``` 3. Activate the virtual environment: ```bash syshealth_env\Scripts\activate ``` 4. Install dependencies: ```bash pip install -r requirements.txt ``` ## Usage Run the application: ```bash python main.py ``` ## Building Executable To build a standalone executable using PyInstaller: ```bash python build.py ``` Or directly with PyInstaller: ```bash pyinstaller SysHealthPlus_Ultimate.spec ``` The executable will be created in the `build/` directory. ## Project Structure - `main.py`: Application entry point - `engine/`: Core monitoring and analysis modules - `hardware_monitor.py`: Hardware monitoring logic - `wear_tracker.py`: Component wear tracking - `ai_analyst.py`: AI analysis engine - `database.py`: Database management - `ui/`: User interface components - `main_window.py`: Main application window - `widgets.py`: Custom UI widgets - `graphs.py`: Graph and chart components - `chat_widget.py`: Chat interface for AI interaction - `styles.py`: UI styling - `assets/`: Application assets (icons, images, etc.) - `build.py`: Build script for PyInstaller - `requirements.txt`: Python dependencies ## Contributing 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Submit a pull request ## License [Add your license here]