A Windows application that detects system crashes and uses AI (Phi-4 model) to provide explanations and solutions for crash events.
- Automatically detects Windows crash events
- Extracts fault bucket information from Windows Error Reporting
- Uses the Phi-4 AI model to analyze crash data and provide solutions
- Modern, sleek UI with responsive design
- Built with WPF (.NET 9.0)
- Uses ONNX Runtime for AI model inference
- Implements Phi-4 model integration for crash analysis
- Windows operating system
- .NET 9.0 runtime
- Phi-4 model files (configured in appSettings.yml)
- Clone the repository
- Update the
appSettings.ymlwith the path to your Phi-4 model - Build and run the application
In appSettings.yml, set the modelPath to the location of your Phi-4 model files:
# Path to the Phi-4 model directory
modelPath: C:\Path\To\Your\Phi4ModelYAML configuration allows you to use regular Windows paths with backslashes without needing to escape them.